[squeak-dev] The Inbox: Installer-Core-jr.430.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 8 23:06:26 UTC 2019


A new version of Installer-Core was added to project The Inbox:
http://source.squeak.org/inbox/Installer-Core-jr.430.mcz

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

Name: Installer-Core-jr.430
Author: jr
Time: 9 April 2019, 1:06:26.253095 am
UUID: 1c79ced1-26dd-904c-93d7-98e8c753126e
Ancestors: Installer-Core-cmm.429

Add method to both install and open the Git Browser

Also remove send of ensureLatestMetacello since Metacello will be loaded if required anyway.

=============== Diff against Installer-Core-cmm.429 ===============

Item was added:
+ ----- Method: Installer class>>installAndOpenGitBrowser (in category 'scripts') -----
+ installAndOpenGitBrowser
+ 	self installGitInfrastructure.
+ 	(Smalltalk at: #SquitBrowser) open.!

Item was changed:
  ----- Method: Installer class>>installGitInfrastructure (in category 'scripts') -----
  installGitInfrastructure
- 
- 	self ensureRecentMetacello.
- 	
  	(Smalltalk at: #Metacello) new
  		  baseline: 'Squot';
  		  repository: 'github://hpi-swa/Squot:master/src';
  		  load.!



More information about the Squeak-dev mailing list