[squeak-dev] The Trunk: Compiler-jcg.92.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 21 08:13:41 UTC 2009


Joshua Gargus uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-jcg.92.mcz

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

Name: Compiler-jcg.92
Author: jcg
Time: 21 October 2009, 1:13:35 am
UUID: 25bbef92-3bec-4686-8efe-7f36dc99ff4f
Ancestors: Compiler-nice.91

ParseNode>>notYetImplemented is no longer necessary, now that the implementation inherited from Object raises an error instead of popping up an exception (as of Kernel-jcg.279).

=============== Diff against Compiler-nice.91 ===============

Item was removed:
- ----- Method: ParseNode>>notYetImplemented (in category 'private') -----
- notYetImplemented
- 	self flag: 'remove eventually'.
- 	self error: 'Not yet implemented (', thisContext sender printString, ')'!




More information about the Squeak-dev mailing list