Dec. 23, 2010
5:03 a.m.
Updates: Status: Fixed Comment #2 on issue 3271 by guillermopolito: r isLiteralSymbol: #<= is broken http://code.google.com/p/pharo/issues/detail?id=3271 The part of the method that seems to be working in CUIS is commented in pharo: "[^(2 to: i) allSatisfy: [:j | ascii := (aSymbol at: j) asciiValue. (TypeTable at: ascii ifAbsent: []) == #xBinary]]." I discommented it, and Compiler tests ran ok. I attach the changeset with the fix! Attachments: isLiteralSymbol.1.cs 1.2 KB