The Trunk: Squeak-Version-cbc.5133.mcz

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

The Trunk: Squeak-Version-cbc.5133.mcz

commits-2
Chris Cunningham uploaded a new version of Squeak-Version to project The Trunk:
http://source.squeak.org/trunk/Squeak-Version-cbc.5133.mcz

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

Name: Squeak-Version-cbc.5133
Author: cbc
Time: 10 February 2018, 11:30:39.217775 am
UUID: da6eac14-0ac4-6a4d-b44e-f2e3a1b2ffc3
Ancestors: Squeak-Version-cbc.5132

Fix postcript to call unload more cleanly - this already includes all of the 'complexity' of the previous call.

=============== Diff against Squeak-Version-cbc.5132 ===============

Item was changed:
  (PackageInfo named: 'Squeak-Version') postscript: '#( ''Exceptions'' ''FlexibleVocabularies'' ''ScriptLoader'' ) do: [:package|
+ (MCPackage named: package) unload.
- (MCPackage named: package) workingCopy unload.
- (MCPackage named: package) workingCopy unregister.
  ].'!