[squeak-dev] The Trunk: Installer-Core-cmm.443.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 15 06:07:11 UTC 2022


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

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

Name: Installer-Core-cmm.443
Author: cmm
Time: 15 January 2022, 12:07:10.110797 am
UUID: 490e147c-d8f7-4e14-8e5c-ba144e54178e
Ancestors: Installer-Core-mt.442

Actually lazily initialize the Installer's 'localRepository' to avoid keeping hitting one's local SqueakSource server many times unnecessarily.

=============== Diff against Installer-Core-mt.442 ===============

Item was changed:
  ----- Method: Installer class>>localRepository (in category 'repository-overrides') -----
  localRepository
+ 	^ localRepository ifNil: [localRepository := self defaultLocalRepository]!
- 	^ localRepository ifNil: [self defaultLocalRepository]!



More information about the Squeak-dev mailing list