David Bajger

Results 43 comments of David Bajger

@MarcusDenker: It is quite weird that system is in different state than before creation of method (after deletion it give instance of obsolete class, but before creation it is nil)....

> If it is recompiled to an Undeclared, the Variable that references the class should read as "nil".. Sorry I wrote my prior statement confused way: I wanted to say,...

To keep momentum on this, what would be the good approach to resolve? e.g.: In deletion (of class) method, when referenced objects becoming AnObsoleteClass, can we check if reference is...

I need to study more the code you are referring to. But problem starts in the moment, if some message is being sent to the obsolete instance, it shouldn't act...

Some proposal: 1) Change implementation of: MetacelloScriptEngine>>handleNotificationsForAction: actionBlock --> add there on: MCMergeOrLoadWarning do: [ex handleResolutionFor: self] 2) add method on MCMergeOrLoadWarning>>handeResolutionFor: anEngine --> like `aScriptEngine handleMergeOrLoad: self` 3) implement...

@cdlm I think changes are unrelated to #558, but #559 (I've added link, you can remove 558)

@demarey : Should I remove my commit to not interfere with yours? https://github.com/Bajger/pharo-launcher/commit/7307b2215fb54a4d7627002f8b8d5bad3690ce93

@demarey Should I close this issue? I think fix is only in feature/cmd-line branch, not sure if to cherrypick your fix to main branch?

Hi Oleks, I've looked in your MD file and looks really nice! I guess for beginners would be most interesting to have description of steps 0-3 described as "Basic interaction...