[squeak-dev] The Inbox: SMBase-cmm.130.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 15 19:52:13 UTC 2011


A new version of SMBase was added to project The Inbox:
http://source.squeak.org/inbox/SMBase-cmm.130.mcz

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

Name: SMBase-cmm.130
Author: cmm
Time: 15 December 2011, 1:52:07.494 pm
UUID: 559b01b2-0030-41ab-969d-5867cb1fe382
Ancestors: SMBase-ul.129

Force local cache refresh when saving a new package release.

=============== Diff against SMBase-ul.129 ===============

Item was added:
+ ----- Method: SMPackageRelease>>addToLocalCache (in category 'private') -----
+ addToLocalCache
+ 	self downloadUrl ifNotNil: [map cache add: self]!

Item was added:
+ ----- Method: SMPackageRelease>>removeFromLocalCache (in category 'private') -----
+ removeFromLocalCache
+ 	self downloadUrl ifNotNil: [map cache remove: self]!




More information about the Squeak-dev mailing list