The Trunk: Compiler-nice.153.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Compiler-nice.153.mcz

commits-2
Nicolas Cellier uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-nice.153.mcz

==================== Summary ====================

Name: Compiler-nice.153
Author: nice
Time: 25 July 2010, 12:27:53.774 pm
UUID: aa667119-b47a-44af-8bad-ff79f3c51d81
Ancestors: Compiler-nice.152

Use more explicit storeStringHex rather than floating hex in order to be more robust.

=============== Diff against Compiler-nice.152 ===============

Item was changed:
  ----- Method: Scanner>>xIllegal (in category 'multi-character scans') -----
  xIllegal
  "An illegal character was encountered"
+ self notify: 'Illegal character (char code ' , hereChar charCode , ' ' , hereChar charCode storeStringHex , ')' at: mark!
- self notify: 'Illegal character (char code ' , hereChar charCode , ' 16r' , hereChar charCode hex , ')' at: mark!