Andrei Chiș
Results
43
comments of
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`.