Astares

Results 150 issues of 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...

Type: Bug
Version: Pharo 13

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...

Type: Bug

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...

![Screenshot from 2024-05-13 17 32 32](https://github.com/pharo-project/pharo/assets/5980033/f2498aa9-28b0-44e9-acc8-0d209c0a28eb)

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...

Easy
Good first issue
Version: Pharo 13

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...

Easy
Good first issue

- 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