pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
**Describe the problem** NewTools packages like the Scopes-Editor use the Calypso scoped system environment. We should extract the packages into a model so the Scopes-Editor can use the scoped environment...
We should not wait the last moment to use a recent version of Microdown. I did a lot of changes. Now I do not know how to do but we...
We run a mutation testing on LRUCache and we got this : 
Hello! Some enhancements about inspector capacities to browse objects "pointers to": - The icon for using debugger (break and watch) is the same icon that the "Browse pointers to" action,...
Imagine code like this: ``` tt ^ true ifTrue: [ self pageAt: 1 ] ifFalse: [ nil ] ``` We get " branch nil is useless" (ReNilBranchRule). Use auto-repair: ```...
When you are on a class side method and you refer to the class you are in, then the description of the rule is wrong because it tells you to...
Pharo 13, class comment of SpApplication says one should use #openWithSpec but #openWithSpec is not valid anymore and removed 
## [**This is a draft PR, do not review yet please**] Seeks to solve the issue https://github.com/pharo-project/pharo/issues/12420 Currently in Pharo, the result of comparing a symbol and a string with...
As remarked in [smalltalkCI issue #661](https://github.com/hpi-swa/smalltalkCI/issues/661), when test suites are composed (see the [section on TestSuite in the book “Testing in Pharo”](https://github.com/SquareBracketAssociates/Booklet-TestingInPharo/blob/f2bf95d00eb7c4cc92d35fba4d5c7268a7085434/Chapters/SUnit/SUnit.md#testsuite)), running the composite test suite sets up test...