Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2009-October/001686.htmlName: Compiler-nice.94
Ancestors: Compiler-nice.93
Ensure usage of #typeTableAt: rather than typeTable ivar to handle Wide characters
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-October/001687.htmlName: Tools-nice.139
Ancestors: Tools-nice.138
(Compiler evaluate: '#x:0') fails to open a SyntaxError.
I provide a quick fix hereafter.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-October/001688.htmlName: Compiler-nice.95
Ancestors: Compiler-nice.94
Be verbose in case of illegal character
This might be usefull if the character is not not visible, or not displayable by current font.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-October/001689.htmlName: Compiler-nice.96
Ancestors: Compiler-nice.95
Test and minimal change to isLiteralSymbol: to make the test pass.
This is related to
http://bugs.squeak.org/view.php?id=7211I did not apply change proposed above, though it might be a good idea to restrict unquoted notation to explicitely documented valid Smalltalk literals.
There are pending decisions about wide characters and binary selectors to be resolved first.
=============================================