Marcus Denker

Results 285 comments of Marcus Denker

If it is recompiled to an Undeclared, the Variable that references the class should read as "nil"... and in this special case, the DNU exception handler should open a dialog...

instances references by running code while the class is deleted will always have to reference the instance that is now obsolete. That is what obsolete classes are: classes that have...

What we did in the past was to do that: when a class go deleted, we checked all the references to that class and re-compiled the methods. The problem with...

Ups, no, we did *not* recompile: Just checking if a class is still used (that is, finding the first method accessing it) was too slow. We now add the class...

One test is failing on all plattforms: SystemDependenciesTest>>testExternalMorphicCoreDependencies ``` Error Given Collections do not match! additions : #(#'Graphics-Files') missing: #() Stacktrace TestFailure Given Collections do not match! additions : #(#'Graphics-Files')...

very strange. One idea is to check the build artefact and see if the tests fail interactively, too. I will try that..

merged https://github.com/pharo-project/pharo/pull/11449

Failing test is not related: - SpJobListPresenterTest>>testJobIsFinishedWhenWaitingMoreThanWorkBlockDuration

Lots of people are on holidays right now, so reviewing is a bit slower than in normal times

this still happens ``` DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theMetaClass called from HERing2ToHermesBuilder>>#visitMethodContainer:using: has been deprecated. Please use #classSide instead DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theMetaClass...