[squeak-dev] The Inbox: Installer-Core-cmm.431.mcz

Levente Uzonyi leves at caesar.elte.hu
Mon Apr 22 02:13:09 UTC 2019


On Mon, 22 Apr 2019, commits at source.squeak.org wrote:

snip

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

The method above lacks indentation and the setting should be restored with 
#ensure:. Also, that comment about INIFileTest doesn't make much sense.

Levente


More information about the Squeak-dev mailing list