Astares
Astares
In Pharo 13 run - AthensSurfaceExamples class>>#draw2Strings - AthensSurfaceExamples class>>#drawFontMetrics by clicking on the icon in Calypso. which gives an FFIUnsupportetUntypedLiteral exception. Problem is the now more strict FFI and...
Sometimes in recent Pharo 13 Build information: Pharo-13.0.0+SNAPSHOT.build.45.sha.4b0c39f1e03477b4cc034fb0fd5213ccd0586bd1 (64 Bit) when I try to commit and Iceberg runs critiques run I get an error: **"Instance of ReExceptionProperty did not understand...
We should follow the simple guideline that TESTS should be separated from RUNTIME code. Because when you want to have a modular and minimal system you might only want to...
In the Pharo issue tracker on GitHub one can select a Milestone for 11.0.0. and 12.0.0 but not yet one for 13.0.0 I tried to create it but it looks...

Class comment of Crown class has a simple typo: "I represent an not fully **visided** selector in a core result." shhould be "I represent an not fully visited selector in...
In Pharo 13 there is Crown>>#initialize and as it is an instance side #initialize method it should call super initialize. So we should change from ```Smalltalk initialize callees := OrderedCollection...
- as Pharo 11 is released it would be good to update and use 110 VM/image instead of 100 - Be aware: "BaselineOfPharoBootstrap" is now directly under /src in Pharo...
In MicHTMLDocument>>#tempFileName we should use ```Smalltalk UUID new asString36 ``` instead of ```Smalltalk UUIDGenerator new next asString36 ``` for Pharo 12
Use isNotNil instead of notNil also in Microdown for Pharo 12