-
Since a couple of weeks, SmalltalkCI builds for Pharo 13 no longer work due to the following error (SmalltalkCI uses zero-conf):
```
2024-11-02T04:46:25.2437109Z [1m[34mStarting Pharo build...[…
-
`explicitRequirement` is deprecated in Pharo 13 because of being cause of slowdowns and bugs due to its complexity:
https://github.com/pharo-project/pharo/pull/17276
In Roassal, it is used in mul…
-
Hey, guys. I have started recently to have a problem with Pharo Image and Launcher getting frozen, which leads to MacOS restarting itself. There are no clear steps to reproduce; it happens occasionall…
-
- I added a variable stream logStream and a setter to TestAsserter.
- It worked ok
- Then later I realized that I did not need it so I removed the setter and
when I removed the instance variable f…
-
Closes #143
!!! ^ needs the ideas from it !!!
-
When using my macbook air (15", M2, 2023, Sequoia 15.1.1, 24GB) with a connected 4K display (LG 43BN70U, both tested via USB-C in or DP in), everything works fine as long as I stay within the same res…
-
About the failing ‘Pharo11’ builds: build 730 had a ‘Segmentation fault’ at [line 854 in the ‘Full Image-64‘ stage output](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20a…
-
When trying to open `testElementWithLinearTranslationAnimation` (and the other two related examples) in the Bloc UI Framework Demo, I get an error that the `Array2D` class does not exist anymore in Ph…
-
Not sure if this is valid behavior, but i can't switch light/dark mode. It appears to set null when change theme. Theme then looks like set to dark, but nothing happens. Same behavior is with switchin…
-
- download a fresh Pharo 12 image
- create a class Foo
- enter a class comment in Calpyso and save it
=> not saved, the class stays without a comment
Is this an issue with the keys or a bug in…