[squeak-dev] The Inbox: Monticello-lrnp.758.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 19 04:26:24 UTC 2022


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-lrnp.758.mcz

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

Name: Monticello-lrnp.758
Author: lrnp
Time: 18 January 2022, 9:26:19.143384 pm
UUID: 5db870bd-7196-4fd2-aff2-1e0986e7a847
Ancestors: Monticello-lrnp.757

fix the default cache repository duplication check

Can now be used when filing in and Do-it.

=============== Diff against Monticello-lrnp.757 ===============

Item was changed:
  ----- Method: MCRepositoryGroup>>addRepository: (in category 'update') -----
  addRepository: aRepository
+ 	((repositories includes: aRepository) or: [aRepository = MCCacheRepository default])
- 	((repositories includes: aRepository) or: [aRepository == MCCacheRepository default])
  		ifFalse: [repositories add: aRepository.
  				self class default addRepository: aRepository].
  	self changed: #repositories!



More information about the Squeak-dev mailing list