Marcus Denker

Results 292 comments of Marcus Denker

another idea: the class builder uses #recompile:from: inside this method we use "self compiler", but it should be "oldClass compiler". This might be the problem because when we compile the...

Great! I was exploring the issue a bit. If you change the compiler to something that can not even compile the #compilerClass method on the class side, what do we...

The problem in general: we use *code* to define which compiler to use. This is a bad idea, as of course that method has to be compiled, too. Which compiler...

``` Error Given Collections do not match. Got left := #(#asLocalStringYMDHM #asLinkPrepend: #asLiteralNode #asLayoutFrame #asLocal #asLGitExternalString #asLink #asLowercase #asLargerPowerOfTwo #asLocalClassScope). instead of right :=#(#asLocalStringYMDHM #asLinkPrepend: #asLocalStringYMDHM #asLinkPrepend: #asLiteralNode #asLayoutFrame #asLocal...

But is this for Pharo10? In the sense... there will be fallout that we did not expect for sure...

failing tests: - CompiledBlockTest>>testPcInOuter - CompiledBlockTest>>testLiteralEqual - SindarinCommandsTest>>testStepToNextCallInClassNeverFinishes

The test for the debugger is now rewritten to not be a problem anymore

SindarinCommandsTest>>testStepToNextCallInClassNeverFinishes is still failing....

The merged PR https://github.com/pharo-spec/NewTools/pull/394 is not in the build artefact...

I close this for now (will do an improvement proposal first)