[Pkg] The Trunk: System-ul.439.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 10 21:13:37 UTC 2011


Levente Uzonyi uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ul.439.mcz

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

Name: System-ul.439
Author: ul
Time: 10 June 2011, 10:42:48.188 pm
UUID: a90b737a-f6d0-cc45-992a-b2c14983c221
Ancestors: System-eem.438

Removed #allowBlockArgumentAssignment and #allowUnderscoreAssignment from Preferences.

=============== Diff against System-eem.438 ===============

Item was removed:
- ----- Method: Preferences class>>allowBlockArgumentAssignment (in category 'standard queries') -----
- allowBlockArgumentAssignment
- 	^ self
- 		valueOfFlag: #allowBlockArgumentAssignment
- 		ifAbsent: [false]!

Item was removed:
- ----- Method: Preferences class>>allowUnderscoreAssignment (in category 'standard queries') -----
- allowUnderscoreAssignment
- 	^ self
- 		valueOfFlag: #allowUnderscoreAssignment
- 		ifAbsent: [false]!



More information about the Packages mailing list