The Trunk: Traits-eem.306.mcz

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

The Trunk: Traits-eem.306.mcz

commits-2
Eliot Miranda uploaded a new version of Traits to project The Trunk:
http://source.squeak.org/trunk/Traits-eem.306.mcz

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

Name: Traits-eem.306
Author: eem
Time: 27 August 2015, 3:56:23.871 pm
UUID: 17370ed0-0211-4deb-a99b-4678a8eddea1
Ancestors: Traits-ul.305

Save a version of Traits that resets the format of existing traits if they were wrong.  The Spur bootstrap failed to reset Trait formats so they were left at the V3 value for a zero inst sized pointer class, or 2.

=============== Diff against Traits-ul.305 ===============

Item was added:
+ (PackageInfo named: 'Traits') preamble: '"Update traits to have zero inst size.  the Spur bootstrap failed to reset Trait formats so they were left at the V3 value for a zero inst sized pointer class, or 2"
+ Smalltalk allTraits do:
+ [:t|
+ t instSize > 0 ifTrue:
+ [t setFormat: 0]]'!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Traits-eem.306.mcz

Paul DeBruicker
Thanks. I'll try again with Fuel soon.

commits-2 wrote
Eliot Miranda uploaded a new version of Traits to project The Trunk:
http://source.squeak.org/trunk/Traits-eem.306.mcz

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

Name: Traits-eem.306
Author: eem
Time: 27 August 2015, 3:56:23.871 pm
UUID: 17370ed0-0211-4deb-a99b-4678a8eddea1
Ancestors: Traits-ul.305

Save a version of Traits that resets the format of existing traits if they were wrong.  The Spur bootstrap failed to reset Trait formats so they were left at the V3 value for a zero inst sized pointer class, or 2.

=============== Diff against Traits-ul.305 ===============

Item was added:
+ (PackageInfo named: 'Traits') preamble: '"Update traits to have zero inst size.  the Spur bootstrap failed to reset Trait formats so they were left at the V3 value for a zero inst sized pointer class, or 2"
+ Smalltalk allTraits do:
+ [:t|
+ t instSize > 0 ifTrue:
+ [t setFormat: 0]]'!