pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
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....
while defining a class for my tests I got the following completion result. 
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...
**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,...
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/)
Updated https://github.com/pharo-project/pharo/pull/16277/files Fixes #15507 Fixes #15169
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.