Oct. 11, 2013
7:25 p.m.
On Oct 11, 2013, at 9:20 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
I recently checked the progress on TxText and I saw that half of the tests fail under 3.0 due to an incompatibility in Mocketry on BlockClosure>>#argumentNames trying to decompile the block contents. This feature is no longer available, instead you have to access the AST directly:
BlockClosure >> #argumentNames ^ self sourceNode arguments collect: [ :each | each name ]
Would it be possible to integrate that on a 3.0 branch? It's quite a pity to waste so many tests :)
We can add #argumentNames on block in Pharo3⦠makes sense to have. Marcus