Aug. 24, 2013
10:08 a.m.
On Aug 24, 2013, at 11:54 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because the finder does not work anymore
My guess is that it used the old AST and now gets the RB AST. shortPrintOn: is implemented in ParseNode, but not in RBProgramNode. Either it needs to be added or (better), the caller needs to be fixed. I will do that later⦠Marcus