Marcus Denker
Marcus Denker
The fun thing is that it is actually faster. If you use a block, the VM has to create the block from the CompiledBlock at runtime. The Symbol is there...
was this already done with https://github.com/pharo-project/pharo/pull/11521 ?
yes, I checked: no package Refactoring-Help in Pharo11
No, just the image
Failing tests not related: - [CI] Failing test: ProperMethodCategorizationTest>>testNoUncategorizedMethods #11669 - [CI] Failing test: ReleaseTest>>testUndeclared #11670 - #skipOnPharoCITestingEnvironment seems to not work on WIN and MAC #11425
Failing tests not related: - [CI] Failing test: ProperMethodCategorizationTest>>testNoUncategorizedMethods #11669
The fun thing is: running all the tests of the class fails often, but sometimes it is actually green
a simple fix for now could be to just remove all the "self validate" sends.
The empty method was removed in the superclass, but a subclass still implements it...
I added two issues: - [ ] Forward port 9038 to Pharo 11: Windows edges grabbing for resizing not optimal https://github.com/pharo-project/pharo/issues/10347 - [ ] Forward port 9038 to Pharo 10:...