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 656 pharo issues
Sort by recently updated
recently updated
newest added

- Given ```smalltalk myMethod ^ super myMethod ``` - Select the `super` - Extract method using the `(R) Extract method and occurrences` option with selector `foo` This will create =>...

Project: Refactorings
mutation impact

in Pharo 12 download and select idea11 icon set ![image](https://github.com/pharo-project/pharo/assets/5980033/1543f5fc-faa1-4564-8a92-03fb17e76ac8) ![image](https://github.com/pharo-project/pharo/assets/5980033/416edf68-1cec-4256-a1f1-11dc5b93bc44)

Project: Graphics
Version: Pharo 12

**Bug description** I like to apply a dark background color to a list and I like to apply a white font color. I would expect that a stylesheet as in...

I wanted to rename the class driver using itself and the class did not get renamed :(

Project: Refactorings

**Bug description** MetacelloLockTest>>testLoadLockedWillNotIncludeLockedPackages is now failing non the CI

**Bug description** some tests in SocketStreamTest are failing: on Mac: - testFlushOtherEndClosed – MacOSX64.Network.Tests.SocketStreamTest - testNextPutAllFlushOtherEndClosed – MacOSX64.Network.Tests.SocketStreamTest on Linux: - testFlushLargeMessageOtherEndClosed – Unix64.Network.Tests.SocketStreamTest

Project: CI

Task list to deprecate the old morphic-based FileList **Expected behavior** All file navigation UI in Pharo 12 should use the new File Browser provided by [NewTools](https://github.com/pharo-spec/NewTools/tree/Pharo12/src/NewTools-FileBrowser). **Expected development cost** -...

Project: Tools
Version: Pharo 12

**Describe the bug** Create 2 objects of type Polygon morph with a mouseDown: handler. Add one as a submorph to the other. When clicking in certain places on the submorph...

Type: Bug

Task list to deprecate the old morphic-based Finder **Expected behavior** Finder search UI in Pharo 12 should use the new Finder provided by [NewTools](https://github.com/pharo-spec/NewTools/tree/Pharo12/src/NewTools-Finder). **Expected development cost** - [ ]...

Project: Tools
Version: Pharo 12

In the repository there a lot of scripts and a makefile that is outdated. They only produce confusion and they should be removed. The whole build process requires a clean-up...

Type: Cleanup