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 :)