[Pkg] The Trunk: Installer-Core-mt.440.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 6 13:21:07 UTC 2021


Marcel Taeumel uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-mt.440.mcz

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

Name: Installer-Core-mt.440
Author: mt
Time: 6 May 2021, 3:21:07.381189 pm
UUID: 4906fd3d-9eff-e841-afc5-0a75e5a9b4b6
Ancestors: Installer-Core-mt.439

Renames default branch for Git tools from "master" to "latest-release". Leave hints to "develop" branch for the brave among us. :-)

master == latest-release ~~ develop

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

Item was changed:
  ----- Method: Installer class>>installGitInfrastructure (in category 'scripts') -----
  installGitInfrastructure
  | priorSetting |
  "for INIFileTest>>#testComplexRead"
  priorSetting := Scanner allowUnderscoreAsAssignment.
+ [Scanner allowUnderscoreAsAssignment: true. 
- Scanner allowUnderscoreAsAssignment: true. 
  
  	(Smalltalk at: #Metacello) new
  		  baseline: 'Squot';
+ 		  repository: 'github://hpi-swa/Squot:latest-release/src';
+ 		 "repository: 'github://hpi-swa/Squot:develop/src';"
- 		  repository: 'github://hpi-swa/Squot:master/src';
  		  load.
  
+ ] ensure: [Scanner allowUnderscoreAsAssignment: priorSetting]
- Scanner allowUnderscoreAsAssignment: priorSetting
  !



More information about the Packages mailing list