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

Chris Muller asqueaker at gmail.com
Thu Apr 11 00:06:48 UTC 2019


Ah, okay.  I thought messages were sent to the class side, I will move
it to the #doesNotUnderstand: to the instance side.

When we fix the Tools menu, should we make it say, "Squot Browser"?


On Mon, Apr 8, 2019 at 6:06 PM <commits at source.squeak.org> wrote:
>
> 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