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

We are seeing now (sind 17/10) Segmentation faults on full image build. Here is an example where it happens with newtools, but a prior run it crashed on loading spec....

Type: Bug

while defining a class for my tests I got the following completion result. ![Capture 2024-09-11 at 21 44 56](https://github.com/user-attachments/assets/b8fff8cc-dc2b-441e-8715-d79e4f9d1bae)

Type: Bug

The theme management of the progress bar is a little messy because it gives a progress bar parameter that is never used. And some methods have "style" in the name...

Take into account new lines when navigating through text word-by-word. We considered many different cases, check all tests. We got inspiration from: textmate vs code several browser-based text editors They...

Pharo v9 through v12 overstates the size of (-4 to: 4 by: 0.1) **Bug description** Since 0.1 is not exactly represented in FP, we should see only 80 elements in...

Type: Bug

**Bug description** SortedCollection includes its `sortBlock` as part of equality comparison. This is reasonable enough—worth noting that the two sortBlocks have to result in the same sort order or the...

Leaves "free slots" after method selectors. This is a simple, backwards-compatible change. The design of bytecode ICs is not yet written on stone. The current VM implementation stores the `(selector,...

Status: Need more work

On the new win CI, we have these test timing on: [Windows64.Network.Tests.SocketStreamTest.testUpToAfterCloseNonSignaling](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-17241/1/testReport/junit/Windows64.Network.Tests/SocketStreamTest/windows_64___Tests_windows_64___testUpToAfterCloseNonSignaling/) [windows-64 / Tests-windows-64 / Windows64.Network.Tests.SocketStreamTest.testUpToAfterCloseSignaling](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-17241/1/testReport/junit/Windows64.Network.Tests/SocketStreamTest/windows_64___Tests_windows_64___testUpToAfterCloseSignaling/) [windows-64 / Tests-windows-64 / Windows64.Network.Tests.SocketStreamTest.testUpToAllAfterCloseNonSignaling](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-17241/1/testReport/junit/Windows64.Network.Tests/SocketStreamTest/windows_64___Tests_windows_64___testUpToAllAfterCloseNonSignaling/) [windows-64 / Tests-windows-64 / Windows64.Network.Tests.SocketStreamTest.testUpToAllAfterCloseSignaling](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-17241/1/testReport/junit/Windows64.Network.Tests/SocketStreamTest/windows_64___Tests_windows_64___testUpToAllAfterCloseSignaling/)

Type: Bug
Project: CI

Updated https://github.com/pharo-project/pharo/pull/16277/files Fixes #15507 Fixes #15169

Type: Enhancement
Type: Cleanup
Status: Tests passed please review!

When you want to run code coverage, you select test packages and packageS that these tests test. Now you can only select one package so this defeats the point.

Type: Bug