pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
Because refactory is ancient and the naming is not consistent anymore.
When I look at the implementors I have a lot of doubts. To me it looks like a displayString would be much better and complaint with the rest of the...
``` for: aCompositeRefactoring scopes: scopes self deprecated: 'Use `for:scopes:` instead.' on: '2024-01-20' in: 'pharo13' transformWith: '`@receiver changes: `@arg1 scopes: `@arg2' -> '`@receiver for: `@arg1 scopes: `@arg2'. ^ self new changesFrom:...
when a process is terminated. fix: https://github.com/pharo-project/pharo/issues/18104
I often have hierarchy of tests in my test packages but in DrTest second pane we only have a list of classes sorted alphabetically. It would be great to display...
The background of the remote list is black, but the text too. This is unreadable :  The list content is ok :  My config : - Windows 11...
Calypso usually displays abstract classes in an italic font style - so one can directly see that they are abstract. Unfortunately in the implementation flow Calypso does not directly show...
We have a Undeclared classes mechanism en Pharo when we are subclassing a non existing class for example and it is really nice. But we have nothing on the sort...
Currently `OSEnvironment` has 3 subclasses - Null environment - Unix environment - Windows environment It delegates what to do on these 3 classes. But the environment also knows the platform....
Metacello is storing all the arguments given by users in an OrderedCollection with a selector associated. Once we want to execute an action, we instantiate an executor and it will...