Re: [Pharo-project] Issue 3271 in pharo: r isLiteralSymbol: #<= is broken
Comment #1 on issue 3271 by nicolas.cellier.aka.nice: r isLiteralSymbol: #<= is broken http://code.google.com/p/pharo/issues/detail?id=3271 Also works in Squeak
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
Comment #3 on issue 3271 by stephane.ducasse: r isLiteralSymbol: #<= is broken http://code.google.com/p/pharo/issues/detail?id=3271 Tx guillermo. Did you run all the tests?
I just ran Compiler tests. On Thu, Dec 23, 2010 at 7:20 AM, <pharo@googlecode.com> wrote:
Comment #3 on issue 3271 by stephane.ducasse: r isLiteralSymbol: #<= is broken
http://code.google.com/p/pharo/issues/detail?id=3271
Tx guillermo. Did you run all the tests?
Comment #4 on issue 3271 by marcus.denker: r isLiteralSymbol: #<= is broken http://code.google.com/p/pharo/issues/detail?id=3271 I recompiled the image and ran all tests. looks good.
Updates: Status: Closed Comment #5 on issue 3271 by marcus.denker: r isLiteralSymbol: #<= is broken http://code.google.com/p/pharo/issues/detail?id=3271 12287
participants (2)
-
Guillermo Polito -
pharo@googlecode.com