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

Because refactory is ancient and the naming is not consistent anymore.

Type: Cleanup

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

Type: Cleanup

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

Type: Bug

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

Type: Enhancement
Type: UX

The background of the remote list is black, but the text too. This is unreadable : ![image](https://user-images.githubusercontent.com/49183340/229279297-212aa777-26bd-470e-b691-3198d6010a0d.png) The list content is ok : ![image](https://user-images.githubusercontent.com/49183340/229279380-e9656bbc-53a8-45c5-99e8-195b5ecc4ee1.png) My config : - Windows 11...

Type: Bug
Priority: Critical

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

Type: Bug

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

Type: Enhancement
Project: Traits

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

Status: Tests passed please review!

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