pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.

Results 738 pharo issues
Sort by recently updated
recently updated
newest added

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

Type: Cleanup

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

Type: Bug

And sometimes the stack selected item is not visible. ![Capture 2024-10-01 at 08 45 20](https://github.com/user-attachments/assets/37e04fd5-4ea7-41b1-8fe4-10d1cb63bea2)

Type: Bug
To fix before release
Type: First impression count

Right now we can do it for the methods but not for the class definition. We have to go to the code change tool.

Type: Enhancement

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

Type: Bug

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

Project: Debugger

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

Type: Enhancement
Version: Pharo 13
Type: First impression count
papercut