[Pkg] The Trunk: Monticello-cmm.708.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 4 21:47:15 UTC 2020


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

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

Name: Monticello-cmm.708
Author: cmm
Time: 4 January 2020, 3:47:13.56897 pm
UUID: e4b9ac6a-3174-4839-a141-d58c52def9bb
Ancestors: Monticello-ct.706

Fix Refresh button of MCRepositoryInspector not noticing removed versions.

=============== Diff against Monticello-ct.706 ===============

Item was added:
+ ----- Method: MCFileBasedRepository>>refresh (in category 'accessing') -----
+ refresh
+ 	super refresh.
+ 	self flushCache!

Item was added:
+ ----- Method: MCFileRepositoryInspector>>refresh (in category 'morphic ui') -----
+ refresh
+ 	allVersionNames := nil.
+ 	super refresh!



More information about the Packages mailing list