CyrilFerlicot
CyrilFerlicot
It happened to Steph and me that the Pharo launcher does not update automatically its template even if the setting is turned on. In that case we need to delete...
If you look for something with a lot of results in the Spotter (I was searching for `testFloat`) and use arrow up/down to navigate the list, if the selection goes...
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...
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...
In stream API we have some methods calling methods of the same name without the #basic prefix. Those methods are never overriden. They seems useless currently and probably comes from...
I also removed a dead method on OCVariableNode Fixes #17902
I already tried in the past but this broke the bootstrap in a weird way. Here I'm trying again to see if the problem persist We have a lot of...
I found out that we had a package System-NumberPrinting but some methods from Kernel are calling methods from this package. Here is an iteration to move some of them to...