The Trunk: Installer-Core-cmm.437.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Installer-Core-cmm.437.mcz

commits-2
Chris Muller uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-cmm.437.mcz

==================== Summary ====================

Name: Installer-Core-cmm.437
Author: cmm
Time: 6 January 2020, 6:53:59.789216 pm
UUID: e428617a-fa29-4bf5-9213-85a22994f447
Ancestors: Installer-Core-mt.434

Include package definitions for a GraphQL engine expected in Q1/2020.

=============== Diff against Installer-Core-mt.434 ===============

Item was added:
+ ----- Method: Installer>>graphQlEngine (in category 'package-definitions') -----
+ graphQlEngine
+ ^ { #ss -> 'graphql'.
+ 'GraphQL-Core'.
+ 'GraphQL-Engine' }!

Item was added:
+ ----- Method: Installer>>graphQlTestsEngine (in category 'package-definitions') -----
+ graphQlTestsEngine
+ ^ { self graphQlEngine.
+ 'GraphQL-Tests-Core'.
+ 'GraphQL-Tests-Engine' }!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Installer-Core-cmm.437.mcz

Chris Muller-3
Please pardon the Merge dialog on your next update, select "Rest Accept".

Trunk update does a merge, simply reverting Installer-Core to this one will clean out the old ancestor for you if it's bothersome.

Next release, we'll make some convenience upgrades to the tool, detect and do this automatically, among some other things...


On Mon, Jan 6, 2020 at 6:58 PM <[hidden email]> wrote:
Chris Muller uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-cmm.437.mcz

==================== Summary ====================

Name: Installer-Core-cmm.437
Author: cmm
Time: 6 January 2020, 6:53:59.789216 pm
UUID: e428617a-fa29-4bf5-9213-85a22994f447
Ancestors: Installer-Core-mt.434

Include package definitions for a GraphQL engine expected in Q1/2020.

=============== Diff against Installer-Core-mt.434 ===============

Item was added:
+ ----- Method: Installer>>graphQlEngine (in category 'package-definitions') -----
+ graphQlEngine
+       ^ { #ss -> 'graphql'.
+       'GraphQL-Core'.
+       'GraphQL-Engine' }!

Item was added:
+ ----- Method: Installer>>graphQlTestsEngine (in category 'package-definitions') -----
+ graphQlTestsEngine
+       ^ { self graphQlEngine.
+       'GraphQL-Tests-Core'.
+       'GraphQL-Tests-Engine' }!




Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Installer-Core-cmm.437.mcz

Christoph Thiede

Next release, we'll make some convenience upgrades to the tool, detect and do this automatically, among some other things...


Great to hear this! I often get an empty merge dialog; this could be simply detected.

Best,
Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von Chris Muller <[hidden email]>
Gesendet: Dienstag, 7. Januar 2020 02:09:05
An: squeak dev
Cc: [hidden email]
Betreff: Re: [squeak-dev] The Trunk: Installer-Core-cmm.437.mcz
 
Please pardon the Merge dialog on your next update, select "Rest Accept".

Trunk update does a merge, simply reverting Installer-Core to this one will clean out the old ancestor for you if it's bothersome.

Next release, we'll make some convenience upgrades to the tool, detect and do this automatically, among some other things...


On Mon, Jan 6, 2020 at 6:58 PM <[hidden email]> wrote:
Chris Muller uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-cmm.437.mcz

==================== Summary ====================

Name: Installer-Core-cmm.437
Author: cmm
Time: 6 January 2020, 6:53:59.789216 pm
UUID: e428617a-fa29-4bf5-9213-85a22994f447
Ancestors: Installer-Core-mt.434

Include package definitions for a GraphQL engine expected in Q1/2020.

=============== Diff against Installer-Core-mt.434 ===============

Item was added:
+ ----- Method: Installer>>graphQlEngine (in category 'package-definitions') -----
+ graphQlEngine
+       ^ { #ss -> 'graphql'.
+       'GraphQL-Core'.
+       'GraphQL-Engine' }!

Item was added:
+ ----- Method: Installer>>graphQlTestsEngine (in category 'package-definitions') -----
+ graphQlTestsEngine
+       ^ { self graphQlEngine.
+       'GraphQL-Tests-Core'.
+       'GraphQL-Tests-Engine' }!




Carpe Squeak!