Marcus Denker

Results 97 issues of Marcus Denker

**Bug description** if you check https://books.pharo.org/enterprise-pharo/ , the direct links to the chapters do not work

Bug

**Describe the problem** The bootstrap uses some methods that are deprecated since Pharo10: ``` DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from PBImageBuilder50>>#installMethodsInBehaviorMapping:using:onMirror:prefixed: has been deprecated. Please use...

Cleanup

**Bug description** testJobIsFinishedWhenWaitingMoreThanWorkBlockDuration is failing on win even thought it does " self skipOnPharoCITestingEnvironment." This is related to environment variables: ``` onPharoCITestingEnvironment ^ Smalltalk os environment at: 'PHARO_CI_TESTING_ENVIRONMENT' ifPresent: [...

Bug

- I checked the decompiler: it tests already that these methods work decompiled (it decompiled to #timesRepeat decompiles to #to:do:, but that is not possble differently) - Debugger works, too...

Need more work

**Describe the problem** There is both 'Fuel-Platform-Pharo-10' and 'Fuel-Platform-Pharo-11'

Cleanup

**Bug description** the source pointer to comments is stored in ClassOrganization. Now both the class and the metaclass have a ClassOrganization instance, but the source pointer for the comment is...

Cleanup
pharo11

**Describe the problem** We should think if we can unload Spec2-Deprecated10 in Pharo11

Cleanup

**Bug description** we should add a test for automatic deprecation and perform: It would be possible to rewrite a static "someObject perform: #aSelector", but as perform: makes only sense if...

Bug

**Describe the problem** When we did the new compiler, we tried to keep the compiler API compatible for a while. One of the ideas back then was to re-use the...

Cleanup

**Describe the problem** The only way to hook into compilation errors with the old compiler API was to implement a fake requestor and implement #notify:at:in:. CodeImport uses that and implements...

Cleanup