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

Marcel Taeumel marcel.taeumel at hpi.de
Mon Jan 6 12:55:53 UTC 2020


Hi Chris.

-1 on this one



You can see that "package-definition" is not a fine-granular SqueakMap or GitHub. Please only add #graphQL and choose a sensible default with or without tests etc. I am pretty sure that, for example, #osProcess has a similar amount of install options but does not put everything into Installer.

Thanks for GraphQL! :-)

Best,
Marcel


Am 29.12.2019 22:37:14 schrieb Chris Muller <asqueaker at gmail.com>:
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 [mailto: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 [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/20200106/a3b17ba3/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 29555 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200106/a3b17ba3/attachment-0001.png>


More information about the Squeak-dev mailing list