diff --git a/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st index 44dc22ba3..801503ede 100644 --- a/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st +++ b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st @@ -275,7 +275,7 @@ baseline: spec package: 'Metacello-TestsMC' with: [ spec requires: #('Gofer Tests') ]; package: 'Metacello-Platform' with: [ - spec file: 'Metacello-Platform.squeak'; requires: #('Ston') ]; + spec file: 'Metacello-Platform.squeak'; requires: #('Ston' 'squeak-compatibility') ]; yourself ]. spec for: @@ -294,6 +294,14 @@ baseline: spec package: 'Metacello-Platform' with: [ spec requires: #('WebClient' 'SqueakSSL-Core') ]; yourself ]. + spec group: 'squeak-compatibility' with: #(). + spec + for: + #(#'squeak4.x' #'squeak5.x') + do: [ + spec + package: 'Metacello-Squeak6Compatibility'; + group: 'squeak-compatibility' with: #('Metacello-Squeak6Compatibility') ]. spec for: #'gemstone' do: [ diff --git a/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/methodProperties.json b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/methodProperties.json index 8c4b70f28..f54d6bb6d 100644 --- a/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/methodProperties.json +++ b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/methodProperties.json @@ -2,9 +2,10 @@ "class" : { }, "instance" : { - "baseline:" : "tobe 5/15/2020 20:02", + "baseline:" : "ct 5/25/2022 13:05", "filetree:" : "EstebanLorenzano 10/26/2017 11:42", "gemstone10beta311PostLoadDoIt" : "dkh 07/24/2012 18:09", + "gemstoneMetacelloGemStonePlatform3xInit" : "tobe 7/3/2020 09:57:21", "gofer:" : "EstebanLorenzano 10/26/2017 11:42", "reprimeRegistryIssue197" : "dkh 09/30/2014 17:40", "testResourcePostLoadDoIt" : "dkh 6/1/2012 09:18:17" } } diff --git a/repository/BaselineOfMetacello.package/monticello.meta/categories.st b/repository/BaselineOfMetacello.package/monticello.meta/categories.st index c4488cb74..002610b4e 100644 --- a/repository/BaselineOfMetacello.package/monticello.meta/categories.st +++ b/repository/BaselineOfMetacello.package/monticello.meta/categories.st @@ -1 +1 @@ -SystemOrganization addCategory: #'BaselineOfMetacello'! +SystemOrganization addCategory: #BaselineOfMetacello! diff --git a/repository/BaselineOfMetacello.package/monticello.meta/version b/repository/BaselineOfMetacello.package/monticello.meta/version index 5f39f4279..13ab4463e 100644 --- a/repository/BaselineOfMetacello.package/monticello.meta/version +++ b/repository/BaselineOfMetacello.package/monticello.meta/version @@ -1 +1 @@ -(name 'BaselineOfMetacello-tobe.102' message 'merged by GitFileTree-MergeDriver' id '1b8f5929-0cc7-4647-b0c6-1b66da5f4b05' date '3 July 2020' time '9:57:21.108861 am' author 'tobe' ancestors ((name 'BaselineOfMetacello-tobe.98' message 'add ston as a direct dependency on squeak' id 'f2c55cd9-dca1-4d25-b528-588ad46afe67' date '15 May 2020' time '8:33:01.098726 pm' author 'tobe' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.97' message 'extracted gofer baseline to just call it when needed.' id '27b7d7d0-d118-0d00-896e-ce94019bbce8' date '26 October 2017' time '11:48:48.269064 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.96' message 'remove Gofer dependency also from tests' id '4ed21375-d118-0d00-894e-d837019bbce8' date '26 October 2017' time '11:23:08.703864 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.95' message 'metacello should not load Gofer at least for Pharo 6+' id 'a2248ae0-d018-0d00-8be9-b3a80b2101a5' date '26 October 2017' time '10:41:36.652983 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-topa.94' message '[squeak] avoids loading WebClient/SqueakSSL in images where those are to be expected See #450, Part I to fix #438' id '6b8888e0-efe9-43f4-8802-feab6b290caf' date '14 September 2017' time '3:58:59.787173 pm' author 'topa' ancestors ((name 'BaselineOfMetacello-TravisCI.93' message '#402 add a pharo6.x section that points to pharo6.0_dev branch of FileTree' id 'b314dabc-57f7-4f1b-88cd-c8d21959eb56' date '28 July 2016' time '3:03:02.993932 pm' author 'TravisCI' ancestors ((name 'BaselineOfMetacello-dkh.92' message '#399 Metacello-Cypress dependencies not quite right and test groups for Travis* not defined correctly either ...' id 'e4a9e060-5964-4360-a4e5-56149285ed64' date '7 July 2016' time '10:10:19 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.91' message '#399 add ''Metacello-TestsCypress'' to Tests group' id '034c2972-e5b8-4a49-b439-912998c2dced' date '7 July 2016' time '7:54:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.90' message '#399 add tests that load baselines with Cypress packages enabled ... keep us honest' id 'ce3b4c46-42e9-4e76-8cb9-e64936c382c6' date '7 July 2016' time '7:48:50 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.89' message 'Metacello-GemStone-TestsMCB was missing from ''Tests'' group which could lead to slightly different results depending upon how things were loaded' id '561ccf9f-bf41-49a7-939e-894ff3f6161a' date '5 July 2016' time '5:34:57 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.88' message '#399 go ahead and make Cypress part of the default group' id '322b869c-2231-4eed-8d31-de0e3344c3b6' date '3 July 2016' time '7:33:08 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.87' message 'use pharo5.0 branch of Filetree for Pharo 5.0 ' id 'fcbd2b34-7eaf-4917-a392-7b969a76dc41' date '10 July 2015' time '6:16:10 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.86' message 'Issue #354: Need to use the pharo4.0 branch of FileTree' id 'af0b5185-5afb-4f71-a477-7e1a9cffb63b' date '8 July 2015' time '10:12:04 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.85' message 'Issue #273: restructure baseline for Pharo3.x and Pharo4.x' id '7a6f39fb-9b19-476b-9e01-bd55baf33c90' date '10 November 2014' time '3:28:34 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.84' message 'Issue #273: add Pharo4.0 to baseline ... same as Pharo3.0 for now ...' id '24e114c5-8c92-4c68-8616-bd5ae9d300e7' date '10 November 2014' time '1:12:28 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.83' message 'Issue #306: move MetacelloNameNotDefinedError extension method to 3.x specific package' id '80a61a36-0cda-469a-9f6a-d6117f7dd754' date '20 October 2014' time '6:39:12 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.82' message 'pharo2.0 cannot use the ConfigurationOfOsProcess from http://www.squeaksource.com/MetacelloRepository anymore...' id '66e58a87-01f0-4f81-be7a-547bf97c8c5f' date '11 October 2014' time '3:06:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.81' message 'Issue #236: have to clear cached default repository for the new ones to take effect ... ' id 'e075ca9d-3423-4e02-8551-050b540dc9f6' date '30 September 2014' time '5:42:59 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.80' message 'Issue #278: remove GsCore and GsMonticello dependencies' id '55190208-d8e9-46cd-a2bd-543ee0d83b92' date '30 September 2014' time '9:57:07 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.79' message 'Issue #233 and Issue #287 move extensions methods for Gitorious support to Metacello-Gitorious package and remove Metacello-Gitorious package from baseline' id 'cf6c4e1d-d36d-4cdb-ba8c-47711ff4dbe2' date '29 September 2014' time '5:15:13 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.78' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id 'b96f7120-f452-4be6-9832-f3e39a0fc43b' date '29 September 2014' time '1:03:22 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.77' message 'merged by GitFileTree-MergeDriver' id '2f193e24-d10b-470d-a416-bb66651ccdad' date '29 September 2014' time '9:54:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.76' message 'as of PR #257, OSProcess does not belong in SqueakCommon ... no dependency by Squak platforms...' id 'aa18ab0d-42ff-40a1-92f4-53a5b28a80a2' date '26 September 2014' time '3:57:43 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-tfel.75' message 'update squeak dependencies to use WebClient and SqueakSSL' id 'bb2343bc-d006-4175-988a-b47bae3a3805' date '29 July 2014' time '3:55:08 am' author 'tfel' ancestors () stepChildren ())) stepChildren ())(name 'BaselineOfMetacello-dkh.75' message 'Issue #281: backport PR #257' id '7de098fd-f8c9-4e9f-ae1b-eba1638eaa94' date '26 September 2014' time '3:38:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.74' message 'split out Metacello-GemStone-TestsMCB so that Metacello-TestsMCB doesn''t get loaded with both TravisCI_1 and TravisCI_3 (for GemStone)' id '9d1859e9-67c7-4fb6-af4b-582273dc0c8a' date '5 July 2014' time '8:02:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.73' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '8af65ecc-a71f-42ac-8e62-08742e697f15' date '14 May 2014' time '7:27:24 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.72' message '- inline MetacelloProjectRegistration>>isValid to correct invalid definition ... detecting INVALID registrations' id '42490a29-daa1-42c3-9e59-41592ff5cd3b' date '10 May 2014' time '11:00:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.71' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code ' id 'b790a393-313b-445b-b421-aa11f7836640' date '8 May 2014' time '4:19:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.70' message '- wire out Metacello-GS2x-Platform for a beat' id '4be91164-13f6-4ad8-8e47-ded8a6c885e1' date '8 May 2014' time '2:20:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.69' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code' id 'c0ecfb04-f58b-4a99-8905-fbc8aba5f1cd' date '8 May 2014' time '2:15:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.68' message 'Update the baseline to remove OSProcess dependency for Pharo 3.0' id 'f6645dd0-11f2-4370-8479-0cb9c0aceb4d' date '19 September 2013' time '4:27:30 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.67' message 'Fix FileTree version for pharo 3.0' id 'aa1a4746-279e-4a5b-ade8-d8b05425333f' date '12 September 2013' time '4:39:05 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-.66' message 'add Metacello-Cypress package with Metacello support for using a baseline with a pure Cypress repository. ' id '9e83f047-9481-4536-b52a-9a6b4eabc67c' date '1 September 2013' time '12:20:55 am' author '' ancestors ((name 'BaselineOfMetacello-dkh.65' message 'bullet proof MetacelloProjectRegistry>>primeRegistryFromImage and BaselineOfMetacello load ' id '5ef80523-495c-4d53-b34d-d2d94d1af632' date '29 July 2013' time '4:21:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.64' message 'woops use detect:ifNone: ' id 'b11ac983-5af7-47e5-bf38-13bb0ab6ffd9' date '27 July 2013' time '9:17:26 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.63' message 'Issue #197: may have to reprime the registry on load ' id 'c1d5c267-c7d8-465c-af14-59708edb62c6' date '27 July 2013' time '9:11:21 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.62' message 'Use Pharo 3.0 specific package' id '610efa00-e6ec-4e6e-b252-3c8ee752cf7b' date '19 July 2013' time '9:49:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.61' message 'switch to using http://smalltalkhub.com/mc/PharoExtras/ProfStef/main as Pharo repository for ProfStef ' id '350961c6-e201-4c6b-a713-442d455fef5e' date '18 July 2013' time '10:38:18 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.60' message 'move MetacelloTestsMCPackage into Metacello-TestsMCResources where it really belongs ' id '51002fab-b90c-476c-a5a0-a89248b4b51f' date '13 July 2013' time '9:31:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.59' message 'create Metacello-TestsMCA and Metacello-TestsMCB for further test partitioning ' id 'b4ebd955-9933-46d3-92c0-54ccd3bac1e5' date '12 July 2013' time '11:04:37 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.58' message 'push push ' id '6138af4e-bc9f-4677-a590-13456180b006' date '12 July 2013' time '9:59:40 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.57' message 'fix Metacello-TestsMCResources requirements ' id '12ad0d79-7303-4614-a2e4-07106fe8ccfe' date '12 July 2013' time '9:13:44 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.56' message 'add Metacello-TestsMCResources package ' id 'e3fbe110-da4f-4ced-a6f8-3fc434744bd6' date '12 July 2013' time '9:11:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.55' message 'split out Metacello-TestsMC tests that depend upon tests in Metacello-TestsCore and put them in Metacello-TestsMCCore...working on splitting tests into two groups to reduce overall run time for travis ' id '7eac9ebe-a0b8-4398-8c2d-d850ede2435b' date '12 July 2013' time '7:19:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.54' message 'rebalance tests ' id '1da95a24-432f-493c-8165-76c17e2f81e6' date '12 July 2013' time '4:33:33 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.53' message 'split TravisCI group into two sub-groups: TravisCI_1 and TravisCI_2 to avoid going over 30 minute limit ' id '628ab442-194a-4006-bc81-b56a9d9d8217' date '12 July 2013' time '4:07:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.52' message 'fix Issue #170: location of ConfigurationOfOsProcess for Pharo2.0+ changed ' id '5baeabbb-f72b-41d2-a38f-46bf4b3dea7d' date '1 July 2013' time '2:03:09 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.51' message 'whoa ... missing Pharo3.0 section... ' id '504171a5-faea-49c3-827f-9234f9ed296a' date '30 June 2013' time '7:53:36 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.50' message 'update baseline with fix for Issue #172 ' id 'e39ef1b3-0685-44d8-852a-3c238c7a0065' date '28 June 2013' time '4:33:05 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.49' message 'add in the Metacello-TestsCommonMC package with a Metacello-TestsCommonMC.common branch and a Metacello-TestsCommonMC.pharo20 branch ' id 'fb1edda9-7750-4acd-9be4-c9e07857daa4' date '17 June 2013' time '4:26:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.48' message 'Update file to use fot the Metacello-TestsCommonMC according to specified platforms.' id '6b1dbd7b-4521-4d27-a372-48718284f13d' date '17 June 2013' time '3:00:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.47' message 'Add Metacello-TestsPharo20MC as dependency of Metacello-TestsMC for Pharo2.0.' id '4b5cf015-3a02-4951-847a-74b9bbef34eb' date '4 June 2013' time '1:18:18 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.46' message 'remove #preLoadSqueakEnsureGlobalUnderscoreSelectors and postLoadSqueakRestoreGlobalUnderscoreSelectors as fixes for Issue #151 and Issue #158 ... better to use #asSymbol than to rely on preference settings ... lowest common denominator and all that ... ' id '6ecb9c3f-868d-486c-aa19-a0722016639a' date '12 May 2013' time '9:54:35 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.45' message 'fix Issue #158 ' id '1d33248f-0f13-48b8-9e06-f71863d4c029' date '11 May 2013' time '9:23:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.44' message 'fix dependencies and groups ' id 'd28d146e-c29b-438d-9b64-f560f50682e4' date '6 May 2013' time '8:58:11 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.43' message 'Add Metacello-PharoCommonPlatform as dependency for Pharo.' id '7b180205-58c5-4d26-b17a-487ab8cd39c0' date '30 April 2013' time '10:29:46 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.42' message 'fix baseline for Pharo2.0 (restore OSProcess)' id '5a03b801-f8f6-4b21-b145-7bec4d7869da' date '16 April 2013' time '10:17:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.41' message 'Issue #65: remove OSProcess dependency for Pharo-2.0 and remove OB_Metacello ' id '08000000-1508-ac1d-1508-ac1d14000000' date '25 September 2012' time '10:35:12 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.40' message 'add support for Pharo1.1 and Pharo1.2' id '868a22ef-51bd-4418-919f-25ba0d51e026' date '16 September 2012' time '7:05:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.39' message 'tweak FileTree spec so that only one repo is defined' id 'a7b62e74-bd86-4ee7-8ee2-f970c1bcd38f' date '26 July 2012' time '10:48:15 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.38' message 'need GemStone doits defined in baseline' id '7634bb1f-f1bb-4c68-bb4f-f1f3c6cc6757' date '24 July 2012' time '6:10:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.37' message 'issue #39 port to gemstone' id 'bd9140dd-c282-4323-a304-9aa8032cf822' date '9 July 2012' time '11:41:29 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.36' message 'checkpoint #Issue39' id 'b1898417-4de4-4e64-b802-8ee4500c2d1b' date '7 July 2012' time '8:02:28 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.35' message 'add pharo2.0 support' id 'f27f2968-ffa1-4ec5-b543-537bef6a44fd' date '6 July 2012' time '5:53:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.34' message 'use OSProcess 4.4.5, since 4.4.6 seems to not intialize correctly' id '049a24ec-4d74-4c21-a9b3-3641641b2383' date '6 July 2012' time '6:52:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.33' message 'turn on Pharo1.4 travis ci builds' id 'e307cc85-5e53-49d0-b821-36dd60d7acbd' date '5 July 2012' time '12:50:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.32' message 'Issue #64' id '08000000-1508-8c12-1508-8c1214000000' date '29 June 2012' time '1:47:21 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.31' message 'checkpoint Issue #54' id '08000000-1508-4e16-1508-4e1614000000' date '25 June 2012' time '4:03:27 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.30' message 'checkpoint Issue #62' id '08000000-1508-3607-1508-360714000000' date '25 June 2012' time '3:09:52 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.29' message 'checkpoint Issue #47' id 'df68b554-7e6d-43d3-8c41-240117a6e964' date '15 June 2012' time '8:09:06 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.28' message 'workaround for Issue #47' id '72189f6a-68c5-4464-80ed-ea53b9b004d0' date '15 June 2012' time '8:00:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.27' message 'switch to use baseline for FileTree project reference' id '1d3b098f-503d-4277-8b6b-6115395f11b1' date '15 June 2012' time '7:36:16 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.26' message 'checkpoint issue #45 ' id '0ab0a693-f30d-4d1b-8566-31a3dd0b8623' date '15 June 2012' time '4:49:47 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.25' message 'clean up Test/ToolBox dependency' id '1269be0c-5038-4966-9a9a-b511719237f9' date '11 June 2012' time '5:38:26 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.24' message 'more bootstrapping' id '000da268-6810-4621-acd7-abafad6e2544' date '11 June 2012' time '11:44:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.23' message 'remove OSProcess dependency simply to avoid squeaksource flakiness' id 'e96766cd-b1f9-4d58-a906-5cb7dd081957' date '11 June 2012' time '8:34:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.22' message 'get baseline in shape for use with travis-ci' id '59c131f3-4f17-49a5-b14a-3bffb761fdbf' date '10 June 2012' time '12:52:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.21' message 'add postload doit' id '3fe87ca0-8658-43ba-9319-4f1afe863b98' date '1 June 2012' time '9:18:17 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.20' message 'whoops use BaselineOf as superclass' id 'f425db54-66e9-4fcc-a892-65eec57f7554' date '1 June 2012' time '9:13:51 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.19' message 'MCGitHubRepository is still needed...' id '4ef97c4a-824a-48c8-8100-adbabb730c4b' date '15 May 2012' time '12:04:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.18' message '- remove references to extraneous Git/GitHub/FileTree classes classes were related metacello.json implementation and aren''t needed (in their current form) with the BaselineOf implementation.' id 'e03efb15-6fbd-47bb-acf7-5a5aa8fc4623' date '15 May 2012' time '11:41:45 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.7' message 'bump' id 'd530b426-595d-4789-96e7-6e9720e650b3' date '6 May 2012' time '3:48:31 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'BaselineOfMetacello-dkh.101' message 'Issue #514: patch for pre-3.3.x implementation and init code for post 3.3.x implementation' id 'b89e7c14-22c6-4f55-9d32-1b3597f183d7' date '2 July 2020' time '4:53:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.100' message 'Issue #514: ZnClient can''t be used for etagcache in GemStone prior to 3.3.x' id '8bb209ba-8cf5-4037-9df4-63bab7a2359f' date '2 July 2020' time '3:37:25 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.99' message 'Issue #514: clean up some typos and fix baseline; reduce lineup' id 'c0a4e87a-997a-4cde-b9e5-80dac0a1fefe' date '2 July 2020' time '1:10:26 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.98' message 'Issue #514: preparing to implement ZnClient-based handling of etag cache' id '304c76a6-b1b1-43da-ab7e-89fc815f3c73' date '2 July 2020' time '11:44:47 am' author 'dkh' ancestors ((id '27b7d7d0-d118-0d00-896e-ce94019bbce8')) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'BaselineOfMetacello-ct.103' message 'Add compatibility package for Squeak 6.0 (i.e., to be loaded in older versions only). Complements Metacello-Squeak6Compatibility-ct.1.' id '84c87d03-6755-6a46-acf7-712ed03041d0' date '25 May 2022' time '1:12:42.337867 pm' author 'ct' ancestors ((name 'BaselineOfMetacello-tobe.102' message 'merged by GitFileTree-MergeDriver' id '1b8f5929-0cc7-4647-b0c6-1b66da5f4b05' date '3 July 2020' time '9:57:21.108861 am' author 'tobe' ancestors ((name 'BaselineOfMetacello-tobe.98' message 'add ston as a direct dependency on squeak' id 'f2c55cd9-dca1-4d25-b528-588ad46afe67' date '15 May 2020' time '8:33:01.098726 pm' author 'tobe' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.97' message 'extracted gofer baseline to just call it when needed.' id '27b7d7d0-d118-0d00-896e-ce94019bbce8' date '26 October 2017' time '11:48:48.269064 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.96' message 'remove Gofer dependency also from tests' id '4ed21375-d118-0d00-894e-d837019bbce8' date '26 October 2017' time '11:23:08.703864 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.95' message 'metacello should not load Gofer at least for Pharo 6+' id 'a2248ae0-d018-0d00-8be9-b3a80b2101a5' date '26 October 2017' time '10:41:36.652983 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-topa.94' message '[squeak] avoids loading WebClient/SqueakSSL in images where those are to be expected See #450, Part I to fix #438' id '6b8888e0-efe9-43f4-8802-feab6b290caf' date '14 September 2017' time '3:58:59.787173 pm' author 'topa' ancestors ((name 'BaselineOfMetacello-TravisCI.93' message '#402 add a pharo6.x section that points to pharo6.0_dev branch of FileTree' id 'b314dabc-57f7-4f1b-88cd-c8d21959eb56' date '28 July 2016' time '3:03:02.993932 pm' author 'TravisCI' ancestors ((name 'BaselineOfMetacello-dkh.92' message '#399 Metacello-Cypress dependencies not quite right and test groups for Travis* not defined correctly either ...' id 'e4a9e060-5964-4360-a4e5-56149285ed64' date '7 July 2016' time '10:10:19 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.91' message '#399 add ''Metacello-TestsCypress'' to Tests group' id '034c2972-e5b8-4a49-b439-912998c2dced' date '7 July 2016' time '7:54:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.90' message '#399 add tests that load baselines with Cypress packages enabled ... keep us honest' id 'ce3b4c46-42e9-4e76-8cb9-e64936c382c6' date '7 July 2016' time '7:48:50 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.89' message 'Metacello-GemStone-TestsMCB was missing from ''Tests'' group which could lead to slightly different results depending upon how things were loaded' id '561ccf9f-bf41-49a7-939e-894ff3f6161a' date '5 July 2016' time '5:34:57 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.88' message '#399 go ahead and make Cypress part of the default group' id '322b869c-2231-4eed-8d31-de0e3344c3b6' date '3 July 2016' time '7:33:08 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.87' message 'use pharo5.0 branch of Filetree for Pharo 5.0 ' id 'fcbd2b34-7eaf-4917-a392-7b969a76dc41' date '10 July 2015' time '6:16:10 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.86' message 'Issue #354: Need to use the pharo4.0 branch of FileTree' id 'af0b5185-5afb-4f71-a477-7e1a9cffb63b' date '8 July 2015' time '10:12:04 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.85' message 'Issue #273: restructure baseline for Pharo3.x and Pharo4.x' id '7a6f39fb-9b19-476b-9e01-bd55baf33c90' date '10 November 2014' time '3:28:34 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.84' message 'Issue #273: add Pharo4.0 to baseline ... same as Pharo3.0 for now ...' id '24e114c5-8c92-4c68-8616-bd5ae9d300e7' date '10 November 2014' time '1:12:28 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.83' message 'Issue #306: move MetacelloNameNotDefinedError extension method to 3.x specific package' id '80a61a36-0cda-469a-9f6a-d6117f7dd754' date '20 October 2014' time '6:39:12 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.82' message 'pharo2.0 cannot use the ConfigurationOfOsProcess from http://www.squeaksource.com/MetacelloRepository anymore...' id '66e58a87-01f0-4f81-be7a-547bf97c8c5f' date '11 October 2014' time '3:06:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.81' message 'Issue #236: have to clear cached default repository for the new ones to take effect ... ' id 'e075ca9d-3423-4e02-8551-050b540dc9f6' date '30 September 2014' time '5:42:59 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.80' message 'Issue #278: remove GsCore and GsMonticello dependencies' id '55190208-d8e9-46cd-a2bd-543ee0d83b92' date '30 September 2014' time '9:57:07 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.79' message 'Issue #233 and Issue #287 move extensions methods for Gitorious support to Metacello-Gitorious package and remove Metacello-Gitorious package from baseline' id 'cf6c4e1d-d36d-4cdb-ba8c-47711ff4dbe2' date '29 September 2014' time '5:15:13 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.78' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id 'b96f7120-f452-4be6-9832-f3e39a0fc43b' date '29 September 2014' time '1:03:22 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.77' message 'merged by GitFileTree-MergeDriver' id '2f193e24-d10b-470d-a416-bb66651ccdad' date '29 September 2014' time '9:54:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.76' message 'as of PR #257, OSProcess does not belong in SqueakCommon ... no dependency by Squak platforms...' id 'aa18ab0d-42ff-40a1-92f4-53a5b28a80a2' date '26 September 2014' time '3:57:43 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-tfel.75' message 'update squeak dependencies to use WebClient and SqueakSSL' id 'bb2343bc-d006-4175-988a-b47bae3a3805' date '29 July 2014' time '3:55:08 am' author 'tfel' ancestors () stepChildren ())) stepChildren ())(name 'BaselineOfMetacello-dkh.75' message 'Issue #281: backport PR #257' id '7de098fd-f8c9-4e9f-ae1b-eba1638eaa94' date '26 September 2014' time '3:38:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.74' message 'split out Metacello-GemStone-TestsMCB so that Metacello-TestsMCB doesn''t get loaded with both TravisCI_1 and TravisCI_3 (for GemStone)' id '9d1859e9-67c7-4fb6-af4b-582273dc0c8a' date '5 July 2014' time '8:02:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.73' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '8af65ecc-a71f-42ac-8e62-08742e697f15' date '14 May 2014' time '7:27:24 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.72' message '- inline MetacelloProjectRegistration>>isValid to correct invalid definition ... detecting INVALID registrations' id '42490a29-daa1-42c3-9e59-41592ff5cd3b' date '10 May 2014' time '11:00:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.71' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code ' id 'b790a393-313b-445b-b421-aa11f7836640' date '8 May 2014' time '4:19:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.70' message '- wire out Metacello-GS2x-Platform for a beat' id '4be91164-13f6-4ad8-8e47-ded8a6c885e1' date '8 May 2014' time '2:20:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.69' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code' id 'c0ecfb04-f58b-4a99-8905-fbc8aba5f1cd' date '8 May 2014' time '2:15:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.68' message 'Update the baseline to remove OSProcess dependency for Pharo 3.0' id 'f6645dd0-11f2-4370-8479-0cb9c0aceb4d' date '19 September 2013' time '4:27:30 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.67' message 'Fix FileTree version for pharo 3.0' id 'aa1a4746-279e-4a5b-ade8-d8b05425333f' date '12 September 2013' time '4:39:05 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-.66' message 'add Metacello-Cypress package with Metacello support for using a baseline with a pure Cypress repository. ' id '9e83f047-9481-4536-b52a-9a6b4eabc67c' date '1 September 2013' time '12:20:55 am' author '' ancestors ((name 'BaselineOfMetacello-dkh.65' message 'bullet proof MetacelloProjectRegistry>>primeRegistryFromImage and BaselineOfMetacello load ' id '5ef80523-495c-4d53-b34d-d2d94d1af632' date '29 July 2013' time '4:21:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.64' message 'woops use detect:ifNone: ' id 'b11ac983-5af7-47e5-bf38-13bb0ab6ffd9' date '27 July 2013' time '9:17:26 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.63' message 'Issue #197: may have to reprime the registry on load ' id 'c1d5c267-c7d8-465c-af14-59708edb62c6' date '27 July 2013' time '9:11:21 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.62' message 'Use Pharo 3.0 specific package' id '610efa00-e6ec-4e6e-b252-3c8ee752cf7b' date '19 July 2013' time '9:49:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.61' message 'switch to using http://smalltalkhub.com/mc/PharoExtras/ProfStef/main as Pharo repository for ProfStef ' id '350961c6-e201-4c6b-a713-442d455fef5e' date '18 July 2013' time '10:38:18 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.60' message 'move MetacelloTestsMCPackage into Metacello-TestsMCResources where it really belongs ' id '51002fab-b90c-476c-a5a0-a89248b4b51f' date '13 July 2013' time '9:31:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.59' message 'create Metacello-TestsMCA and Metacello-TestsMCB for further test partitioning ' id 'b4ebd955-9933-46d3-92c0-54ccd3bac1e5' date '12 July 2013' time '11:04:37 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.58' message 'push push ' id '6138af4e-bc9f-4677-a590-13456180b006' date '12 July 2013' time '9:59:40 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.57' message 'fix Metacello-TestsMCResources requirements ' id '12ad0d79-7303-4614-a2e4-07106fe8ccfe' date '12 July 2013' time '9:13:44 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.56' message 'add Metacello-TestsMCResources package ' id 'e3fbe110-da4f-4ced-a6f8-3fc434744bd6' date '12 July 2013' time '9:11:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.55' message 'split out Metacello-TestsMC tests that depend upon tests in Metacello-TestsCore and put them in Metacello-TestsMCCore...working on splitting tests into two groups to reduce overall run time for travis ' id '7eac9ebe-a0b8-4398-8c2d-d850ede2435b' date '12 July 2013' time '7:19:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.54' message 'rebalance tests ' id '1da95a24-432f-493c-8165-76c17e2f81e6' date '12 July 2013' time '4:33:33 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.53' message 'split TravisCI group into two sub-groups: TravisCI_1 and TravisCI_2 to avoid going over 30 minute limit ' id '628ab442-194a-4006-bc81-b56a9d9d8217' date '12 July 2013' time '4:07:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.52' message 'fix Issue #170: location of ConfigurationOfOsProcess for Pharo2.0+ changed ' id '5baeabbb-f72b-41d2-a38f-46bf4b3dea7d' date '1 July 2013' time '2:03:09 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.51' message 'whoa ... missing Pharo3.0 section... ' id '504171a5-faea-49c3-827f-9234f9ed296a' date '30 June 2013' time '7:53:36 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.50' message 'update baseline with fix for Issue #172 ' id 'e39ef1b3-0685-44d8-852a-3c238c7a0065' date '28 June 2013' time '4:33:05 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.49' message 'add in the Metacello-TestsCommonMC package with a Metacello-TestsCommonMC.common branch and a Metacello-TestsCommonMC.pharo20 branch ' id 'fb1edda9-7750-4acd-9be4-c9e07857daa4' date '17 June 2013' time '4:26:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.48' message 'Update file to use fot the Metacello-TestsCommonMC according to specified platforms.' id '6b1dbd7b-4521-4d27-a372-48718284f13d' date '17 June 2013' time '3:00:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.47' message 'Add Metacello-TestsPharo20MC as dependency of Metacello-TestsMC for Pharo2.0.' id '4b5cf015-3a02-4951-847a-74b9bbef34eb' date '4 June 2013' time '1:18:18 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.46' message 'remove #preLoadSqueakEnsureGlobalUnderscoreSelectors and postLoadSqueakRestoreGlobalUnderscoreSelectors as fixes for Issue #151 and Issue #158 ... better to use #asSymbol than to rely on preference settings ... lowest common denominator and all that ... ' id '6ecb9c3f-868d-486c-aa19-a0722016639a' date '12 May 2013' time '9:54:35 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.45' message 'fix Issue #158 ' id '1d33248f-0f13-48b8-9e06-f71863d4c029' date '11 May 2013' time '9:23:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.44' message 'fix dependencies and groups ' id 'd28d146e-c29b-438d-9b64-f560f50682e4' date '6 May 2013' time '8:58:11 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.43' message 'Add Metacello-PharoCommonPlatform as dependency for Pharo.' id '7b180205-58c5-4d26-b17a-487ab8cd39c0' date '30 April 2013' time '10:29:46 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.42' message 'fix baseline for Pharo2.0 (restore OSProcess)' id '5a03b801-f8f6-4b21-b145-7bec4d7869da' date '16 April 2013' time '10:17:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.41' message 'Issue #65: remove OSProcess dependency for Pharo-2.0 and remove OB_Metacello ' id '08000000-1508-ac1d-1508-ac1d14000000' date '25 September 2012' time '10:35:12 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.40' message 'add support for Pharo1.1 and Pharo1.2' id '868a22ef-51bd-4418-919f-25ba0d51e026' date '16 September 2012' time '7:05:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.39' message 'tweak FileTree spec so that only one repo is defined' id 'a7b62e74-bd86-4ee7-8ee2-f970c1bcd38f' date '26 July 2012' time '10:48:15 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.38' message 'need GemStone doits defined in baseline' id '7634bb1f-f1bb-4c68-bb4f-f1f3c6cc6757' date '24 July 2012' time '6:10:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.37' message 'issue #39 port to gemstone' id 'bd9140dd-c282-4323-a304-9aa8032cf822' date '9 July 2012' time '11:41:29 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.36' message 'checkpoint #Issue39' id 'b1898417-4de4-4e64-b802-8ee4500c2d1b' date '7 July 2012' time '8:02:28 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.35' message 'add pharo2.0 support' id 'f27f2968-ffa1-4ec5-b543-537bef6a44fd' date '6 July 2012' time '5:53:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.34' message 'use OSProcess 4.4.5, since 4.4.6 seems to not intialize correctly' id '049a24ec-4d74-4c21-a9b3-3641641b2383' date '6 July 2012' time '6:52:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.33' message 'turn on Pharo1.4 travis ci builds' id 'e307cc85-5e53-49d0-b821-36dd60d7acbd' date '5 July 2012' time '12:50:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.32' message 'Issue #64' id '08000000-1508-8c12-1508-8c1214000000' date '29 June 2012' time '1:47:21 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.31' message 'checkpoint Issue #54' id '08000000-1508-4e16-1508-4e1614000000' date '25 June 2012' time '4:03:27 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.30' message 'checkpoint Issue #62' id '08000000-1508-3607-1508-360714000000' date '25 June 2012' time '3:09:52 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.29' message 'checkpoint Issue #47' id 'df68b554-7e6d-43d3-8c41-240117a6e964' date '15 June 2012' time '8:09:06 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.28' message 'workaround for Issue #47' id '72189f6a-68c5-4464-80ed-ea53b9b004d0' date '15 June 2012' time '8:00:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.27' message 'switch to use baseline for FileTree project reference' id '1d3b098f-503d-4277-8b6b-6115395f11b1' date '15 June 2012' time '7:36:16 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.26' message 'checkpoint issue #45 ' id '0ab0a693-f30d-4d1b-8566-31a3dd0b8623' date '15 June 2012' time '4:49:47 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.25' message 'clean up Test/ToolBox dependency' id '1269be0c-5038-4966-9a9a-b511719237f9' date '11 June 2012' time '5:38:26 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.24' message 'more bootstrapping' id '000da268-6810-4621-acd7-abafad6e2544' date '11 June 2012' time '11:44:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.23' message 'remove OSProcess dependency simply to avoid squeaksource flakiness' id 'e96766cd-b1f9-4d58-a906-5cb7dd081957' date '11 June 2012' time '8:34:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.22' message 'get baseline in shape for use with travis-ci' id '59c131f3-4f17-49a5-b14a-3bffb761fdbf' date '10 June 2012' time '12:52:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.21' message 'add postload doit' id '3fe87ca0-8658-43ba-9319-4f1afe863b98' date '1 June 2012' time '9:18:17 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.20' message 'whoops use BaselineOf as superclass' id 'f425db54-66e9-4fcc-a892-65eec57f7554' date '1 June 2012' time '9:13:51 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.19' message 'MCGitHubRepository is still needed...' id '4ef97c4a-824a-48c8-8100-adbabb730c4b' date '15 May 2012' time '12:04:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.18' message '- remove references to extraneous Git/GitHub/FileTree classes classes were related metacello.json implementation and aren''t needed (in their current form) with the BaselineOf implementation.' id 'e03efb15-6fbd-47bb-acf7-5a5aa8fc4623' date '15 May 2012' time '11:41:45 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.7' message 'bump' id 'd530b426-595d-4789-96e7-6e9720e650b3' date '6 May 2012' time '3:48:31 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'BaselineOfMetacello-dkh.101' message 'Issue #514: patch for pre-3.3.x implementation and init code for post 3.3.x implementation' id 'b89e7c14-22c6-4f55-9d32-1b3597f183d7' date '2 July 2020' time '4:53:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.100' message 'Issue #514: ZnClient can''t be used for etagcache in GemStone prior to 3.3.x' id '8bb209ba-8cf5-4037-9df4-63bab7a2359f' date '2 July 2020' time '3:37:25 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.99' message 'Issue #514: clean up some typos and fix baseline; reduce lineup' id 'c0a4e87a-997a-4cde-b9e5-80dac0a1fefe' date '2 July 2020' time '1:10:26 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.98' message 'Issue #514: preparing to implement ZnClient-based handling of etag cache' id '304c76a6-b1b1-43da-ab7e-89fc815f3c73' date '2 July 2020' time '11:44:47 am' author 'dkh' ancestors ((id '27b7d7d0-d118-0d00-896e-ce94019bbce8')) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/.filetree b/repository/Metacello-Squeak6Compatibility.package/.filetree new file mode 100644 index 000000000..8998102c2 --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/.filetree @@ -0,0 +1,4 @@ +{ + "noMethodMetaData" : true, + "separateMethodMetaAndSource" : false, + "useCypressPropertiesFile" : true } diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setAuthorInMetacelloConfig..st b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setAuthorInMetacelloConfig..st new file mode 100644 index 000000000..f6f48fc29 --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setAuthorInMetacelloConfig..st @@ -0,0 +1,4 @@ +*Metacello-Squeak6Compatibility-*metacello-platform +setAuthorInMetacelloConfig: aMetacelloConfig + + aMetacelloConfig setAuthorWithBlock: self \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setBlessingInMetacelloConfig..st b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setBlessingInMetacelloConfig..st new file mode 100644 index 000000000..b28590a3a --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setBlessingInMetacelloConfig..st @@ -0,0 +1,4 @@ +*Metacello-Squeak6Compatibility-*metacello-platform +setBlessingInMetacelloConfig: aMetacelloConfig + + aMetacelloConfig setBlessingWithBlock: self \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setDescriptionInMetacelloConfig..st b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setDescriptionInMetacelloConfig..st new file mode 100644 index 000000000..b9688850a --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setDescriptionInMetacelloConfig..st @@ -0,0 +1,4 @@ +*Metacello-Squeak6Compatibility-*metacello-platform +setDescriptionInMetacelloConfig: aMetacelloConfig + + aMetacelloConfig setDescriptionWithBlock: self \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setPackage.withInMetacelloConfig..st b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setPackage.withInMetacelloConfig..st new file mode 100644 index 000000000..d8627c049 --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setPackage.withInMetacelloConfig..st @@ -0,0 +1,4 @@ +*Metacello-Squeak6Compatibility-*metacello-platform +setPackage: aString withInMetacelloConfig: aMetacelloConfig + + aMetacelloConfig setPackage: aString withBlock: self \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setProject.withInMetacelloConfig..st b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setProject.withInMetacelloConfig..st new file mode 100644 index 000000000..f02f690b9 --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setProject.withInMetacelloConfig..st @@ -0,0 +1,4 @@ +*Metacello-Squeak6Compatibility-*metacello-platform +setProject: aString withInMetacelloConfig: aMetacelloConfig + + aMetacelloConfig setProject: aString withBlock: self \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setTimestampInMetacelloConfig..st b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setTimestampInMetacelloConfig..st new file mode 100644 index 000000000..8dbc9b800 --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/setTimestampInMetacelloConfig..st @@ -0,0 +1,4 @@ +*Metacello-Squeak6Compatibility-*metacello-platform +setTimestampInMetacelloConfig: aMetacelloConfig + + aMetacelloConfig setTimestampWithBlock: self \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/valueSupplyingMetacelloAnswers..st b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/valueSupplyingMetacelloAnswers..st new file mode 100644 index 000000000..1b900f43d --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/instance/valueSupplyingMetacelloAnswers..st @@ -0,0 +1,27 @@ +*Metacello-Squeak6Compatibility-*metacello-platform +valueSupplyingMetacelloAnswers: aListOfPairs + "evaluate the block using a list of questions / answers that might be called upon to + automatically respond to Object>>confirm: or FillInTheBlank requests" + + ^ [self value] + on: ProvideAnswerNotification + do: + [:notify | | answer caption | + + caption := notify messageText withSeparatorsCompacted. "to remove new lines" + answer := aListOfPairs + detect: + [:each | caption = each first or: + [(caption includesSubstring: each first caseSensitive: false) or: + [(each first match: caption) or: + [(String includesSelector: #matchesRegex:) and: + [ [ caption matchesRegex: each first ] on: Error do: [:ignored | false ]]]]]] + ifNone: [nil]. + answer + ifNotNil: [notify resume: answer second] + ifNil: + [ | outerAnswer | + outerAnswer := ProvideAnswerNotification signal: notify messageText. + outerAnswer + ifNil: [notify resume] + ifNotNil: [notify resume: outerAnswer]]] \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/methodProperties.json b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/methodProperties.json new file mode 100644 index 000000000..c3c1dfe8e --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/methodProperties.json @@ -0,0 +1,11 @@ +{ + "class" : { + }, + "instance" : { + "setAuthorInMetacelloConfig:" : "dkh 6/12/2012 10:18:46.076", + "setBlessingInMetacelloConfig:" : "dkh 6/12/2012 10:18:46.076", + "setDescriptionInMetacelloConfig:" : "dkh 6/12/2012 10:18:46.076", + "setPackage:withInMetacelloConfig:" : "dkh 6/12/2012 10:18:46.076", + "setProject:withInMetacelloConfig:" : "dkh 6/12/2012 10:18:46.076", + "setTimestampInMetacelloConfig:" : "dkh 6/12/2012 10:18:46.076", + "valueSupplyingMetacelloAnswers:" : "dkh 6/12/2012 10:18:46.076" } } diff --git a/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/properties.json b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/properties.json new file mode 100644 index 000000000..ea80c1e59 --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/BlockContext.extension/properties.json @@ -0,0 +1,2 @@ +{ + "name" : "BlockContext" } diff --git a/repository/Metacello-Squeak6Compatibility.package/monticello.meta/initializers.st b/repository/Metacello-Squeak6Compatibility.package/monticello.meta/initializers.st new file mode 100644 index 000000000..e69de29bb diff --git a/repository/Metacello-Squeak6Compatibility.package/monticello.meta/package b/repository/Metacello-Squeak6Compatibility.package/monticello.meta/package new file mode 100644 index 000000000..d7807a05d --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/monticello.meta/package @@ -0,0 +1 @@ +(name 'Metacello-Squeak6Compatibility') \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/monticello.meta/version b/repository/Metacello-Squeak6Compatibility.package/monticello.meta/version new file mode 100644 index 000000000..98dffe42f --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/monticello.meta/version @@ -0,0 +1 @@ +(name 'Metacello-Squeak6Compatibility-ct.1' message 'Add compatibility extensions for BlockContext from Metacello-Platform As of Squeak 6.0, BlockContext is no longer available in the base system, so we need to provide these extensions in a separate package to avoid a #dependencyWarning during installation. See https://github.com/Metacello/metacello/pull/552.' id '14a7bad5-7faa-f746-a541-31b9e656f2c1' date '25 May 2022' time '1:09:46.088867 pm' author 'ct' ancestors () stepChildren ()) \ No newline at end of file diff --git a/repository/Metacello-Squeak6Compatibility.package/properties.json b/repository/Metacello-Squeak6Compatibility.package/properties.json new file mode 100644 index 000000000..f037444a7 --- /dev/null +++ b/repository/Metacello-Squeak6Compatibility.package/properties.json @@ -0,0 +1,2 @@ +{ + }