Andrei Chiș
Andrei Chiș
The main distribution is Pharo 11.
Just as a side-note, `CleanBlockClosure>>#doPrintOn:` gets the source node of a compiled block using `self sourceNode value` instead of `self sourceNode. For constant blocks `sourceNode` returns a `RBReturnNode` and sending...
The workaround is just calling `self compiledBlock ast value` instead of `self compiledBlock ast` when handling a `RBReturnNode`.
With examples, we often use other examples to compose larger ones. Not all examples in a class end up exemplifying directly the target class. Then just showing all creates noise.
https://github.com/feenkcom/gtoolkit/issues/4693 will be used for the move to Pharo 12
Issue in Pharo 12
Related Pharo issue: https://github.com/pharo-project/pharo/issues/18443
The null filter could be used also in other cases when showing those views would not make sense. Another way would be to add a null filter for methods (...