[squeak-dev] The Trunk: Installer-Core-cmm.436.mcz

Chris Muller asqueaker at gmail.com
Sun Dec 29 21:36:31 UTC 2019


Fixes a dependency glitch I noticed when I tried to use this to move into a
5.3 beta image.  Replaces Installer-Core-cmm.435.


On Sun, Dec 29, 2019 at 3:33 PM <commits at source.squeak.org> wrote:

> Chris Muller uploaded a new version of Installer-Core to project The Trunk:
> http://source.squeak.org/trunk/Installer-Core-cmm.436.mcz
>
> ==================== Summary ====================
>
> Name: Installer-Core-cmm.436
> Author: cmm
> Time: 29 December 2019, 3:17:54.157994 pm
> UUID: c3706d14-bd0d-4556-8044-9265bd05e651
> Ancestors: Installer-Core-mt.434
>
> Include package-definitions for a GraphQL engine expected in Q1/2020, and
> targeted for Squeak 5.3.
>
> =============== Diff against Installer-Core-mt.434 ===============
>
> Item was added:
> + ----- Method: Installer>>graphQlCore (in category 'package-definitions')
> -----
> + graphQlCore
> +       ^ { #ss -> 'graphql'.
> +       'GraphQL-Core' }!
>
> Item was added:
> + ----- Method: Installer>>graphQlEngine (in category
> 'package-definitions') -----
> + graphQlEngine
> +       ^ { self graphQlCore.
> +       'GraphQL-Engine' }!
>
> Item was added:
> + ----- Method: Installer>>graphQlSmalltalkEngine (in category
> 'package-definitions') -----
> + graphQlSmalltalkEngine
> +       ^ { self graphQlEngine.
> +       'GraphQL-SmalltalkEngine' }!
>
> Item was added:
> + ----- Method: Installer>>graphQlTestsCore (in category
> 'package-definitions') -----
> + graphQlTestsCore
> +       ^ { self graphQlCore.
> +       'GraphQL-Tests-Core' }!
>
> Item was added:
> + ----- Method: Installer>>graphQlTestsEngine (in category
> 'package-definitions') -----
> + graphQlTestsEngine
> +       ^ { self graphQlEngine.
> +       self graphQlTestsCore.
> +       'GraphQL-Tests-Engine' }!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191229/244f4b03/attachment.html>


More information about the Squeak-dev mailing list