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

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri May 14 14:50:38 UTC 2021


I used the mobile version of github.com, which apparently only displays the first 6 branches (depending on your screen size). And the Android app fails completely to display this particular repository on my phone. Sigh. Sorry for the confusion. :-)

<http://www.hpi.de/>

Best,
Christoph
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Jakob Reschke <jakres+squeak at gmail.com>
Gesendet: Freitag, 14. Mai 2021 11:29:25
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] The Trunk: Installer-Core-mt.440.mcz

Nope, no Metacello magic here. All the three named branches exist on
GitHub, where did you look?

https://github.com/hpi-swa/Squot/tree/latest-release

Am Fr., 14. Mai 2021 um 11:15 Uhr schrieb Christoph Thiede
<christoph.thiede at student.hpi.uni-potsdam.de>:
>
> I can't find this branch in the GitHub repository, is this a special shortcut for Metacello?
>
> Am 06.05.2021 15:21 schrieb commits at source.squeak.org:
>
> 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
>   !
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20210514/80411c3d/attachment.html>


More information about the Squeak-dev mailing list