The Trunk: System-mt.1231.mcz

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

The Trunk: System-mt.1231.mcz

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

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

Name: System-mt.1231
Author: mt
Time: 29 April 2021, 11:03:42.969891 am
UUID: af06a9e1-6280-0649-820c-f6c89ef25640
Ancestors: System-mt.1230

Removes autogenerated pref accessors, which are now under "*autogenerated - ...".

=============== Diff against System-mt.1230 ===============

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

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


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: System-mt.1231.mcz

Christoph Thiede

Hi Marcel,


my FreshTrunk(tm) image (which I only save right after installing updates) has been looking like this for a few weeks:




How can we fix this, and how can we avoid future incidents like this one?


Best,

Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von [hidden email] <[hidden email]>
Gesendet: Donnerstag, 29. April 2021 11:03:47
An: [hidden email]; [hidden email]
Betreff: [squeak-dev] The Trunk: System-mt.1231.mcz
 
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1231.mcz

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

Name: System-mt.1231
Author: mt
Time: 29 April 2021, 11:03:42.969891 am
UUID: af06a9e1-6280-0649-820c-f6c89ef25640
Ancestors: System-mt.1230

Removes autogenerated pref accessors, which are now under "*autogenerated - ...".

=============== Diff against System-mt.1230 ===============

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

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




Carpe Squeak!