The Trunk: System-fbs.579.mcz

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

The Trunk: System-fbs.579.mcz

commits-2
Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.579.mcz

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

Name: System-fbs.579
Author: fbs
Time: 5 August 2013, 6:54:50.616 pm
UUID: 07b28ef0-1200-42db-b35a-ad15800770c4
Ancestors: System-fbs.578

Split SyntaxErrorNotification across Compiler and System by moving the #defaultAction to the System package. This way System overrides/monkey-patches Compiler.

http://bugs.squeak.org/view.php?id=4795

=============== Diff against System-fbs.578 ===============

Item was added:
+ ----- Method: SyntaxErrorNotification>>defaultAction (in category '*System-exceptionDescription') -----
+ defaultAction
+ ^ToolSet debugSyntaxError: self!