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' }! |
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 <[hidden email]> wrote: Chris Muller uploaded a new version of Installer-Core to project The Trunk: |
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
|
Free forum by Nabble | Edit this page |