pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
Lets see... https://github.com/pharo-project/pharo/issues/17006
The method `Object >> #split` is understood by all objects. The method's comment says >> Split the argument using the receiver as a separator. Optimized version for single delimiters The...
I have - a superclass with handleKey in the hook protocol - in a subclass I have a handleKey method in as yet unclassified - selecting classify does not propose...
And sometimes the stack selected item is not visible. 
Right now we can do it for the methods but not for the class definition. We have to go to the code change tool.
If we have a parametrized test, and we execute it by using the Calypso UI, it does not run for all configurations, only for the first one. Note, this happens...
In Pharo 13 build 262, the following items in the ‘Browse’ submenu in the debugger stack context menu (see screenshot below) cause an error: * method inheritance * method versions...
In Pharo 13 build 262, the context menu in a playground (see screenshot below) has two items labelled ‘Do it’ and they behave differently: the first ‘Do it’ item evaluates...
Scenario: * Open a new playground and do `object := MockObject new` * Open the bindings for the playground, press the button to remove them, then close the bindings window...
In the past we could create a preference file directly from Pharo. This was SUPER SUPER HANDY because it is a HELL to find on windows how to edit a...