[Pkg] The Trunk: Compiler-nice.153.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jul 25 10:28:07 UTC 2010


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!



More information about the Packages mailing list