The Trunk: Compiler-jcg.92.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-jcg.92.mcz

commits-2
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, ')'!