Lukas, Apologies if this is a waste of time, but my first thought is of something that I have seen thanks to defect 1135 (now closed). When the fonts stopped working, I would frequently see a column of boxes (representing some type of non-printable character??) down the left margin of my code in the browsers. The code in question could have come into Pharo via SIF, which while greatly appreciated for what it is doing for me, is not perfect. The code was exported from Dolphin on Windows; I was probably still doing some of my Pharo work on Windows at that point. So, the offending code crossed dialects and perhaps platforms. Bottom line: I am wondering whether Shout is suppressing non-displayable characters that are confusing the RB?? Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Lukas Renggli Sent: Saturday, October 17, 2009 4:14 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Issue 1311: Refactoring scope is broken I'll look into this. Look like a bug in the RBScanner. Cheers, Lukas 2009/10/17 Oscar Nierstrasz <oscar@iam.unibe.ch>:
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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project