X Tutup
Skip to content

Commit 5ede6e5

Browse files
committed
Update baseline for GemStone 3.3
1 parent aba3afb commit 5ede6e5

File tree

4 files changed

+117
-93
lines changed

4 files changed

+117
-93
lines changed
Lines changed: 114 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
baseline
22
baseline: spec
33
<baseline>
4-
5-
spec for: #'common' do: [
6-
spec blessing: #'baseline'.
4+
spec
5+
for: #'common'
6+
do: [
7+
spec blessing: #'baseline'.
78
spec
89
package: 'Grease-Core';
910
package: 'Grease-Tests-Core' with: [ spec requires: #('Grease-Core') ].
@@ -13,85 +14,108 @@ baseline: spec
1314
group: 'Slime' with: #('Core');
1415
group: 'Slime Tests' with: #('Core Tests');
1516
group: 'Tests' with: #('Core Tests' 'Slime Tests');
16-
group: 'default' with: #('Slime')
17-
].
18-
19-
spec for: #'squeak' do: [
20-
spec
21-
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo-Core' 'Grease-Squeak-Core') ];
22-
package: 'Grease-Tests-Core' with: [ spec includes: #('Grease-Tests-Pharo-Core' 'Grease-Tests-Squeak-Core') ];
23-
package: 'Grease-Pharo-Core' with: [ spec requires: #('Grease-Core') ];
24-
package: 'Grease-Tests-Pharo-Core' with: [ spec requires: #('Grease-Tests-Core') ];
25-
package: 'Grease-Squeak-Core' with: [ spec requires: #('Grease-Pharo-Core') ];
26-
package: 'Grease-Tests-Squeak-Core' with: [ spec requires: #('Grease-Tests-Pharo-Core') ].
27-
self slimeForSqueakPharo1xPharo2x: spec
28-
].
29-
30-
spec for: #'pharo1.0' do: [
17+
group: 'default' with: #('Slime') ].
18+
spec
19+
for: #'squeak'
20+
do: [
21+
spec
22+
package: 'Grease-Core'
23+
with: [ spec includes: #('Grease-Pharo-Core' 'Grease-Squeak-Core') ];
24+
package: 'Grease-Tests-Core'
25+
with: [ spec includes: #('Grease-Tests-Pharo-Core' 'Grease-Tests-Squeak-Core') ];
26+
package: 'Grease-Pharo-Core' with: [ spec requires: #('Grease-Core') ];
27+
package: 'Grease-Tests-Pharo-Core'
28+
with: [ spec requires: #('Grease-Tests-Core') ];
29+
package: 'Grease-Squeak-Core'
30+
with: [ spec requires: #('Grease-Pharo-Core') ];
31+
package: 'Grease-Tests-Squeak-Core'
32+
with: [ spec requires: #('Grease-Tests-Pharo-Core') ].
33+
self slimeForSqueakPharo1xPharo2x: spec ].
34+
spec
35+
for: #'pharo1.0'
36+
do: [
3137
spec
3238
package: 'Grease-Pharo-Core'
33-
with: [ spec includes: #('Grease-Pharo10-Core' 'Grease-Pharo11-Core') ]
34-
].
35-
36-
spec for: #'pharo1.x' do: [
37-
spec
38-
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo-Core') ];
39-
package: 'Grease-Tests-Core' with: [ spec includes: #('Grease-Tests-Pharo-Core') ];
40-
package: 'Grease-Pharo-Core' with: [ spec requires: #('Grease-Core') ];
41-
package: 'Grease-Tests-Pharo-Core' with: [ spec requires: #('Grease-Tests-Core') ].
42-
self slimeForSqueakPharo1xPharo2x: spec
43-
].
44-
45-
spec for: #'pharo1.1' do: [
39+
with: [ spec includes: #('Grease-Pharo10-Core' 'Grease-Pharo11-Core') ] ].
40+
spec
41+
for: #'pharo1.x'
42+
do: [
43+
spec
44+
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo-Core') ];
45+
package: 'Grease-Tests-Core'
46+
with: [ spec includes: #('Grease-Tests-Pharo-Core') ];
47+
package: 'Grease-Pharo-Core' with: [ spec requires: #('Grease-Core') ];
48+
package: 'Grease-Tests-Pharo-Core'
49+
with: [ spec requires: #('Grease-Tests-Core') ].
50+
self slimeForSqueakPharo1xPharo2x: spec ].
51+
spec
52+
for: #'pharo1.1'
53+
do: [
4654
spec
4755
package: 'Grease-Pharo-Core'
48-
with: [ spec includes: #('Grease-Pharo11-Core') ]
49-
].
50-
51-
spec for: #'pharo2.x' do: [
52-
spec
53-
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo20-Core') ];
54-
package: 'Grease-Tests-Core' with: [ spec includes: #('Grease-Tests-Pharo20-Core') ];
55-
package: 'Grease-Pharo20-Core' with: [ spec requires: #('Grease-Core') ];
56-
package: 'Grease-Tests-Pharo20-Core' with: [ spec requires: #('Grease-Tests-Core') ].
56+
with: [ spec includes: #('Grease-Pharo11-Core') ] ].
57+
spec
58+
for: #'pharo2.x'
59+
do: [
60+
spec
61+
package: 'Grease-Core'
62+
with: [ spec includes: #('Grease-Pharo20-Core') ];
63+
package: 'Grease-Tests-Core'
64+
with: [ spec includes: #('Grease-Tests-Pharo20-Core') ];
65+
package: 'Grease-Pharo20-Core'
66+
with: [ spec requires: #('Grease-Core') ];
67+
package: 'Grease-Tests-Pharo20-Core'
68+
with: [ spec requires: #('Grease-Tests-Core') ].
5769
self slimeForSqueakPharo1xPharo2x: spec ].
58-
59-
spec for: #'pharo3.x' do: [
70+
spec
71+
for: #'pharo3.x'
72+
do: [
6073
spec
61-
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo30-Core') ];
62-
package: 'Grease-Tests-Core' with: [ spec includes: #('Grease-Tests-Pharo20-Core') ];
63-
package: 'Grease-Pharo30-Core' with: [ spec requires: #('Grease-Core') ];
64-
package: 'Grease-Tests-Pharo20-Core' with: [ spec requires: #('Grease-Tests-Core') ];
74+
package: 'Grease-Core'
75+
with: [ spec includes: #('Grease-Pharo30-Core') ];
76+
package: 'Grease-Tests-Core'
77+
with: [ spec includes: #('Grease-Tests-Pharo20-Core') ];
78+
package: 'Grease-Pharo30-Core'
79+
with: [ spec requires: #('Grease-Core') ];
80+
package: 'Grease-Tests-Pharo20-Core'
81+
with: [ spec requires: #('Grease-Tests-Core') ];
6582
package: 'Grease-Slime' with: [ spec requires: #('Grease-Core') ];
66-
package: 'Grease-Tests-Slime' with: [ spec requires: #('Grease-Slime') ].
83+
package: 'Grease-Tests-Slime'
84+
with: [ spec requires: #('Grease-Slime') ].
6785
spec
6886
group: 'Slime' with: #('Grease-Slime');
69-
group: 'Slime Tests' with: #('Grease-Tests-Slime')
70-
].
71-
72-
spec for: #'pharo4.x' do: [
73-
spec
74-
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo30-Core') ];
75-
package: 'Grease-Tests-Core' with: [ spec includes: #('Grease-Tests-Pharo20-Core') ];
76-
package: 'Grease-Pharo30-Core' with: [ spec requires: #('Grease-Core') ];
77-
package: 'Grease-Tests-Pharo20-Core' with: [ spec requires: #('Grease-Tests-Core')];
78-
package: 'Grease-Pharo40-Slime' with: [ spec requires: #('Grease-Core') ];
79-
package: 'Grease-Tests-Slime' with: [ spec requires: #('Grease-Pharo40-Slime') ].
80-
spec
81-
group: 'Slime' with: #('Grease-Pharo40-Slime');
82-
group: 'Slime Tests' with: #('Grease-Tests-Slime').
83-
].
84-
85-
spec for: #'gemstone' do: [
87+
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
88+
spec
89+
for: #'pharo4.x'
90+
do: [
91+
spec
92+
package: 'Grease-Core'
93+
with: [ spec includes: #('Grease-Pharo30-Core') ];
94+
package: 'Grease-Tests-Core'
95+
with: [ spec includes: #('Grease-Tests-Pharo20-Core') ];
96+
package: 'Grease-Pharo30-Core'
97+
with: [ spec requires: #('Grease-Core') ];
98+
package: 'Grease-Tests-Pharo20-Core'
99+
with: [ spec requires: #('Grease-Tests-Core') ];
100+
package: 'Grease-Pharo40-Slime'
101+
with: [ spec requires: #('Grease-Core') ];
102+
package: 'Grease-Tests-Slime'
103+
with: [ spec requires: #('Grease-Pharo40-Slime') ].
104+
spec
105+
group: 'Slime' with: #('Grease-Pharo40-Slime');
106+
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
107+
spec
108+
for: #'gemstone'
109+
do: [
86110
spec
87111
project: 'GsCore'
88-
with: [
112+
with: [
89113
spec
90114
className: 'ConfigurationOfGsCore';
91115
versionString: #'stable';
92116
repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ];
93117
project: 'UTF8'
94-
with: [
118+
with: [
95119
spec
96120
className: 'ConfigurationOfGsMisc';
97121
versionString: #'stable';
@@ -117,45 +141,45 @@ baseline: spec
117141
requires:
118142
#('Grease-Core' 'GsCore' 'System-Digital-Signatures' 'UTF8' 'SMTPMail') ];
119143
package: 'Grease-Tests-GemStone-Core'
120-
with: [ spec requires: #('Grease-Tests-Core') ]
121-
].
122-
123-
spec for: #'gs2.x' do: [
144+
with: [ spec requires: #('Grease-Tests-Core') ] ].
145+
spec
146+
for: #'gs2.x'
147+
do: [
124148
spec
125149
package: 'Grease-GemStone-Core'
126150
with: [ spec includes: #('Grease-GemStone200-Core') ];
127151
package: 'Grease-GemStone200-Core'
128-
with: [ spec requires: #('Grease-GemStone-Core') ]
129-
].
130-
131-
spec for: #'gs2.3.x' do: [
152+
with: [ spec requires: #('Grease-GemStone-Core') ] ].
153+
spec
154+
for: #'gs2.3.x'
155+
do: [
132156
spec
133157
package: 'Grease-GemStone-Core'
134158
with: [ spec includes: #('Grease-GemStone230-Core') ];
135159
package: 'Grease-GemStone230-Core'
136-
with: [ spec requires: #('Grease-GemStone-Core') ]
137-
].
138-
139-
spec for: #'gs2.4.x' do: [
160+
with: [ spec requires: #('Grease-GemStone-Core') ] ].
161+
spec
162+
for: #'gs2.4.x'
163+
do: [
140164
spec
141165
package: 'Grease-GemStone-Core'
142166
with: [ spec includes: #('Grease-GemStone240-Core') ];
143167
package: 'Grease-GemStone240-Core'
144-
with: [ spec requires: #('Grease-GemStone-Core') ]
145-
].
146-
147-
spec for: #'gs3.x' do: [
168+
with: [ spec requires: #('Grease-GemStone-Core') ] ].
169+
spec
170+
for: #'gs3.x'
171+
do: [
148172
spec
149173
package: 'Grease-GemStone-Core'
150174
with: [ spec includes: #('Grease-GemStone300-Core') ];
151175
package: 'Grease-GemStone300-Core'
152-
with: [ spec
153-
requires: #('Grease-GemStone-Core');
154-
postLoadDoIt: #initializeLatin1ToUtf8Encodings ]
155-
].
156-
157-
spec for: #'gs3.2.x' do: [
176+
with: [
177+
spec
178+
requires: #('Grease-GemStone-Core');
179+
postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ].
180+
spec
181+
for: #(#'gs3.2.x' #'gs3.3.x')
182+
do: [
158183
spec
159184
package: 'Grease-Tests-GemStone-Core'
160-
with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ]
161-
]
185+
with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ]

repository/BaselineOfGrease.package/BaselineOfGrease.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"class" : {
33
},
44
"instance" : {
5-
"baseline:" : "JohanBrichau 3/22/2015 11:59",
5+
"baseline:" : "dkh 05/26/2015 11:45",
66
"initializeLatin1ToUtf8Encodings" : "JohanBrichau 10/19/2014 10:00",
77
"slimeForSqueakPharo1xPharo2x:" : "JohanBrichau 02/16/2014 03:49" } }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SystemOrganization addCategory: #BaselineOfGrease!
1+
SystemOrganization addCategory: #'BaselineOfGrease'!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(name 'BaselineOfGrease-JohanBrichau.8' message 'separate package for Squeak' id '91c019c7-2b8b-40c3-97d9-2047a69512a7' date '22 March 2015' time '12:01:37.563862 pm' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.7' message 'included Pharo 4 and did some baseline formatting' id '3722041d-d4b5-4496-a25a-0e891fe9a945' date '8 November 2014' time '9:28:01.45573 am' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.6' message 'added initializeLatin1ToUtf8Encodings' id '4d976044-1aa9-44b6-bab0-b66ac758b3cd' date '19 October 2014' time '10:05:25 am' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.6' message 'added initializeLatin1ToUtf8Encodings' id 'b4ac5766-d472-4557-beff-59e5b733bce0' date '19 October 2014' time '10:04:55 am' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-dkh.5' message 'typoe' id '93eb3230-7956-4a6e-85dc-243f3dd895a1' date '4 June 2014' time '3:13:26 pm' author 'dkh' ancestors ((name 'BaselineOfGrease-dkh.4' message 'woops specified the package branch incorrectly ... I think I got it right this time...' id '3003ee31-9d17-4dd1-9b9a-f8a80e4f0ba1' date '4 June 2014' time '3:12:31 pm' author 'dkh' ancestors ((name 'BaselineOfGrease-dkh.3' message 'add Grease-Tests-GemStone-Core.v32 to baseline' id '26f128ca-b62e-4295-9a58-a9758b670c37' date '4 June 2014' time '2:57:48 pm' author 'dkh' ancestors ((name 'BaselineOfGrease-JohanBrichau.2' message 'forgotten methods' id '38758da9-c922-4530-a19e-f8783900e787' date '16 February 2014' time '3:50:22 am' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.1' message 'first baseline' id 'b89398df-14c6-4b6a-a2ba-91ad806bb07f' date '16 February 2014' time '1:49:46 am' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
1+
(name 'BaselineOfGrease-dkh.9' message 'Update baseline for GemStone 3.3' id 'af9364dd-14bc-4e5e-9fc7-0abe08732ab2' date '05/26/2015' time '11:46:07' author 'dkh' ancestors ((name 'BaselineOfGrease-JohanBrichau.8' message 'separate package for Squeak' id '91c019c7-2b8b-40c3-97d9-2047a69512a7' date '03/22/2015' time '12:01:37' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.7' message 'included Pharo 4 and did some baseline formatting' id '3722041d-d4b5-4496-a25a-0e891fe9a945' date '11/08/2014' time '09:28:01' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.6' message 'added initializeLatin1ToUtf8Encodings' id '4d976044-1aa9-44b6-bab0-b66ac758b3cd' date '10/19/2014' time '10:05:25' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.6' message 'added initializeLatin1ToUtf8Encodings' id 'b4ac5766-d472-4557-beff-59e5b733bce0' date '10/19/2014' time '10:04:55' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-dkh.5' message 'typoe' id '93eb3230-7956-4a6e-85dc-243f3dd895a1' date '06/04/2014' time '15:13:26' author 'dkh' ancestors ((name 'BaselineOfGrease-dkh.4' message 'woops specified the package branch incorrectly ... I think I got it right this time...' id '3003ee31-9d17-4dd1-9b9a-f8a80e4f0ba1' date '06/04/2014' time '15:12:31' author 'dkh' ancestors ((name 'BaselineOfGrease-dkh.3' message 'add Grease-Tests-GemStone-Core.v32 to baseline' id '26f128ca-b62e-4295-9a58-a9758b670c37' date '06/04/2014' time '14:57:48' author 'dkh' ancestors ((name 'BaselineOfGrease-JohanBrichau.2' message 'forgotten methods' id '38758da9-c922-4530-a19e-f8783900e787' date '02/16/2014' time '03:50:22' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.1' message 'first baseline' id 'b89398df-14c6-4b6a-a2ba-91ad806bb07f' date '02/16/2014' time '01:49:46' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 commit comments

Comments
 (0)
X Tutup