X Tutup
Skip to content

Commit 05a6c4e

Browse files
author
Johan Brichau
committed
Merge remote-tracking branch 'gsdevkit/master'
# Conflicts: # .github/workflows/ci.yml # repository/BaselineOfGrease.package/monticello.meta/categories.st
2 parents 0c8215e + fbb749f commit 05a6c4e

File tree

10 files changed

+42
-14
lines changed

10 files changed

+42
-14
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"separateMethodMetaAndSource" : false,
32
"noMethodMetaData" : true,
4-
"useCypressPropertiesFile" : true
5-
}
3+
"separateMethodMetaAndSource" : false,
4+
"useCypressPropertiesFile" : true }

repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ baselineGemStone: spec
9797
with: [ spec includes: 'Grease-Tests-GemStone-Core' ] ].
9898

9999
spec
100-
for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.5.6.x' #'gs3.5.7.x' )
100+
for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.5.6.x' #'gs3.5.7.x' #'gs3.5.8.x' #'gs3.5.9.x' )
101101
do: [
102102
spec
103103
package: 'Grease-GemStone-Core'
@@ -116,11 +116,21 @@ baselineGemStone: spec
116116
with: [
117117
spec
118118
requires: #('Grease-GemStone-Core') ] ].
119+
spec
120+
for: #( #'gs3.7.x' #'gs3.8.x' #'gs3.9.x')
121+
do: [
122+
spec
123+
package: 'Grease-GemStone-Core'
124+
with: [ spec includes: #('Grease-GemStone-Kernelv370') ];
125+
package: 'Grease-GemStone-Kernelv370'
126+
with: [
127+
spec
128+
requires: #('Grease-GemStone-Core') ] ].
119129
spec
120130
for: #(#'gs3.2.x' #'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x' #'gs3.7.x' #'gs3.8.x' #'gs3.9.x')
121131
do: [
122132
spec
123133
package: 'Grease-Tests-GemStone32-Core'
124134
with:[ spec requires: 'Grease-Tests-Core' ];
125135
package: 'Grease-Tests-Core'
126-
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
136+
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"commentStamp" : "",
3-
"super" : "BaselineOf",
42
"category" : "BaselineOfGrease",
5-
"classinstvars" : [ ],
6-
"pools" : [ ],
7-
"classvars" : [ ],
8-
"instvars" : [ ],
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
8+
"instvars" : [
9+
],
910
"name" : "BaselineOfGrease",
10-
"type" : "normal"
11-
}
11+
"pools" : [
12+
],
13+
"super" : "BaselineOf",
14+
"type" : "normal" }
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
{ }
1+
{
2+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"noMethodMetaData" : true,
3+
"separateMethodMetaAndSource" : false,
4+
"useCypressPropertiesFile" : true }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*grease-gemstone-kernelv370
2+
greaseUpToAll: aCollection
3+
"Needed for Seaside ports to other dialects where #upToAll: may have
4+
different semantics"
5+
6+
^self upToAll: aCollection
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
"name" : "ReadByteStreamPortable" }

repository/Grease-GemStone-Kernelv370.package/monticello.meta/initializers.st

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'Grease-GemStone-Kernelv370')
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

0 commit comments

Comments
 (0)
X Tutup