[squeak-dev] The Trunk: Monticello-cmm.554.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 14 18:35:08 UTC 2013


Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.554.mcz

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

Name: Monticello-cmm.554
Author: cmm
Time: 13 August 2013, 9:01:49.122 pm
UUID: 2c3b86d1-de37-4306-8dcf-c8653e3657ff
Ancestors: Monticello-cmm.553

MCRepositoryGroup support #flushCache api.

=============== Diff against Monticello-cmm.553 ===============

Item was added:
+ ----- Method: MCRepository>>flushCache (in category 'private') -----
+ flushCache
+ 	"Subclasses override as desired."!

Item was changed:
  ----- Method: MCRepositoryGroup class>>flushAllCaches (in category 'as yet unclassified') -----
  flushAllCaches
+ 	self default flushCache!
- 	self default repositoriesDo:
- 		[ : each | each flushCache ]!

Item was added:
+ ----- Method: MCRepositoryGroup>>flushCache (in category 'repository-api') -----
+ flushCache
+ 	self repositoriesDo: [ : each | each flushCache ]!



More information about the Squeak-dev mailing list