pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
You cannot invoke replace variable refactoring in the debugger. - select a variable in a method body - Press command+ r => boumn we get something totally strange ``` sentTo:...
Remove the package Deprecated12, introduce package Deprecated13
To save what I had done in Pharo 11, I did a ‘file out’ to a ‘*.st’ file. I had been under the impression there would be a ‘file in’...
This pull request proposes an improvement for the rule ReCodeCruftLeftInMethodsRule to take pragmas #haltOrBreakpointForTesting or #debuggerCompleteToSender into account. #14250
Fixes #16548 When installing an object-centric permalink on a variable slot, the method `registerAndInstallPermaLink:forTarget:` takes all nodes that access this slot and it installs the metalink on the equivalent nodes...
This pull request proposes a potential rule that check not have unnecessary null branches. #16515
**Bug description** When installing an object-centric permalink on a variable slot, the method `registerAndInstallPermaLink:forTarget:` takes all nodes that access this slot and it installs the metalink on the equivalent nodes...
this pull request propose a potential new rule with autofix to check method that use ifTrue: ifFalse: to return a boolean and propose to return condition in place. #16517
**Bug description** When opening an image using the Pharo 9 Windows VM, the world window has the same size regardless of the size it had when it was previously saved....
**Describe the request** While the taskbar tabs have move left/rigth options, its painful to move a new tab to a specific location (particularly the front of the tab list for...