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

commits at source.squeak.org commits at source.squeak.org
Sun Dec 29 21:33:53 UTC 2019


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' }!



More information about the Squeak-dev mailing list