Saving a method with missing "." gives a walkback not status error message

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

Saving a method with missing "." gives a walkback not status error message

TimM-3
I think this is wrong, but saving:

tearDown
 | env |
 env := ClassEnvironment new addClass: (Smalltalk at: self sampleClassName);
yourself
 env removeClass: (Smalltalk at: self sampleClassName)


Gives a walkback telling you about the missing period rather than an error
in the status line.