The Inbox: ShoutCore-cwp.36.mcz

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

The Inbox: ShoutCore-cwp.36.mcz

commits-2
A new version of ShoutCore was added to project The Inbox:
http://source.squeak.org/inbox/ShoutCore-cwp.36.mcz

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

Name: ShoutCore-cwp.36
Author: cwp
Time: 13 August 2012, 3:54:21.383 pm
UUID: 7729b40e-37ab-47e5-84a0-b115c6a1a55a
Ancestors: ShoutCore-fbs.35

Remove support for per-class settings of #allowUnderscoreSelectors.

=============== Diff against ShoutCore-fbs.35 ===============

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

Item was changed:
  ----- Method: SHParserST80>>allowUnderscoreSelectors (in category 'private') -----
  allowUnderscoreSelectors
+ ^ Scanner prefAllowUnderscoreSelectors!
- "Query class + preference"
- ^(classOrMetaClass ifNotNil: [:c | c allowUnderscoreSelectors])
- ifNil: [Scanner prefAllowUnderscoreSelectors]!