Oct. 17, 2009
8:41 a.m.
Take latest pharo1.0-10470-BETAdev09.10.2 (must be a dev image). - Select (say) AST-Nodes category (or any other category) - refactoring scope>super-sends - Yields: Error: Unknown character in literal array The same is observed for self-sends ... Also using the package browser. According to David Roethlisberger, this should be a problem in RB. It encounters a nil character while parsing all the methods, which happens when an unknown character is encountered. The problem appears to be an unknown character somewhere within ClosureCompilerTest>>#testInjectIntoDecompilations Deleting the body of this method "fixes" the problem :-( - on