The Trunk: ShoutCore-ul.18.mcz

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

The Trunk: ShoutCore-ul.18.mcz

commits-2
Levente Uzonyi uploaded a new version of ShoutCore to project The Trunk:
http://source.squeak.org/trunk/ShoutCore-ul.18.mcz

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

Name: ShoutCore-ul.18
Author: ul
Time: 29 April 2010, 1:02:13.785 pm
UUID: 20ce7d42-72b4-2b48-b2d9-aee694a92afb
Ancestors: ShoutCore-ul.17

- fix: SHMCClassDefinition should also understand #allowUnderscoreSelectors and #allowUnderscoreAssignments

=============== Diff against ShoutCore-ul.17 ===============

Item was added:
+ ----- Method: SHMCClassDefinition>>allowUnderscoreSelectors (in category 'act like a class') -----
+ allowUnderscoreSelectors
+
+ ^nil!

Item was added:
+ ----- Method: SHMCClassDefinition>>allowUnderscoreAssignments (in category 'act like a class') -----
+ allowUnderscoreAssignments
+
+ ^nil!