[Pkg] The Trunk: ShoutCore-cwp.36.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 25 19:04:19 UTC 2012


Colin Putney uploaded a new version of ShoutCore to project The Trunk:
http://source.squeak.org/trunk/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]!



More information about the Packages mailing list