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

add a comment explaining why we do not use #isByteArray here, fixes #11613 (I do not like the method, maybe the check should be done by the user...

tests passed please review!

I get a segmentation fault error on LinuxMint and Ubuntu with latest Pharo 11 ``` lsb_release -a No LSB modules are available. Distributor ID: Linuxmint Description: Linux Mint 21 Release:...

Bug

**Bug description** Cannot open settings window. I get Error: **Instances of RBProtocolEnvironment are not indexable** **To Reproduce** Random **Screenshots** If applicable, add screenshots to help explain your problem. **Version information:**...

Bug

This comes from a question on the Discord. I thought it was a nice exercise for me :) The context, if I'm correct, is that you are playing on the...

tests passed please review!

- move TViewModelMock3 to class builder tests - add references to the class to the two using tests fixes #11631

tests passed please review!

**Bug description** SpCommandTest>>testIconNameFrom and SpCommandTest>>testIconProvider are failing on the CI ``` Error Got nil instead of a ThemeIcons(idea11). Stacktrace TestFailure Got nil instead of a ThemeIcons(idea11). SpCommandTest(TestAsserter)>>assert:description:resumable: SpCommandTest(TestAsserter)>>assert:description: SpCommandTest(TestAsserter)>>assert:equals: SpCommandTest>>testIconNameFrom...

Bug

The current version of Roassal in Pharo 11 is 0.9.9i. Roassal3 has been improved to face integration with Pharo11

Enhancement

Implements Symbol>>value:value: so symbol can be used in more methods of collection (and other classes) You can now write the following ``` (#(1 9 0 6 6) sorted: #>=) >>>...

Discussion

![image](https://user-images.githubusercontent.com/5980033/188073797-352f84dc-3d75-4438-b6e2-7231f737ad9d.png)

Bug