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

commits at source.squeak.org commits at source.squeak.org
Tue Oct 27 13:58:33 UTC 2009


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

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

Name: Compiler-nice.95
Author: nice
Time: 27 October 2009, 2:58:34 am
UUID: 33175bf0-fc6b-7f4f-ba04-3433f42610f9
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.

=============== Diff against Compiler-nice.94 ===============

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 , ' 16r' , hereChar charCode hex , ')' at: mark!
- 	self notify: 'Illegal character' at: mark!



More information about the Packages mailing list