The Trunk: System-mt.883.mcz

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

The Trunk: System-mt.883.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.883.mcz

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

Name: System-mt.883
Author: mt
Time: 13 August 2016, 9:33:30.812008 am
UUID: 42eb0bfd-e8b1-9844-b820-45ca18f89bf5
Ancestors: System-mt.882

Accommodate Monticello behavior regarding automatic detection of packages based on extension categories. MC does not trim trailing blanks.

=============== Diff against System-mt.882 ===============

Item was changed:
  ----- Method: Preferences class>>compileAccessorForPreference: (in category 'private') -----
  compileAccessorForPreference: aPreference
  "Compile an accessor method for the given preference"
 
  self class
  compileSilently: (
  '{1} ^self valueOfFlag: {2} ifAbsent: [ {3} ]'
  format: {
  aPreference name asString.
  aPreference name asSymbol printString.
  aPreference defaultValue storeString })
+ classified: '*autogenerated-standard queries'!
- classified: '*autogenerated - standard queries'!