Le 24/07/2015 13:26, Peter Uhnák a écrit :
On Fri, Jul 24, 2015 at 1:24 PM, Thierry Goubier <thierry.goubier@gmail.com <mailto:thierry.goubier@gmail.com>> wrote:
2015-07-24 13:19 GMT+02:00 Peter Uhnák <i.uhnak@gmail.com <mailto:i.uhnak@gmail.com>>:
I'm not sure how is Pharo 4 related (I do all dev in 5 now).
I should update DynaCASE docs, if that's where you got that impression...
Yes, from the DynaCASE doc, I believed you were in Pharo4 :)
Sorry, I've fixed that now. I moved to Pharo 5 during ESUG and forgot to update it. In fact the original issue emerged after I switched to 5, so in 4 it should be ok.
Ok, regarding the error, I'm correcting it as I write this email and... The semantics of Monticello (or the changes done in Pharo5 because I never saw them before) are horrible. There is for example, code encapsulated with <<on: Error do:>> which totally get the wrong result (and hide the error) when ordering versions in a repository. In short, I suspect your problem with changes are linked to that. Man, how I hate having to cope with code like that. Thierry
Peter