Skip to content

Commit

Permalink
Merge remote-tracking branch 'gsdevkit/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/ci.yml
#	repository/BaselineOfGrease.package/monticello.meta/categories.st
  • Loading branch information
jbrichau committed Sep 12, 2023
2 parents 0c8215e + fbb749f commit 05a6c4e
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 14 deletions.
5 changes: 2 additions & 3 deletions repository/BaselineOfGrease.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ baselineGemStone: spec
with: [ spec includes: 'Grease-Tests-GemStone-Core' ] ].

spec
for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.5.6.x' #'gs3.5.7.x' )
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' )
do: [
spec
package: 'Grease-GemStone-Core'
Expand All @@ -116,11 +116,21 @@ baselineGemStone: spec
with: [
spec
requires: #('Grease-GemStone-Core') ] ].
spec
for: #( #'gs3.7.x' #'gs3.8.x' #'gs3.9.x')
do: [
spec
package: 'Grease-GemStone-Core'
with: [ spec includes: #('Grease-GemStone-Kernelv370') ];
package: 'Grease-GemStone-Kernelv370'
with: [
spec
requires: #('Grease-GemStone-Core') ] ].
spec
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')
do: [
spec
package: 'Grease-Tests-GemStone32-Core'
with:[ spec requires: 'Grease-Tests-Core' ];
package: 'Grease-Tests-Core'
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "",
"super" : "BaselineOf",
"category" : "BaselineOfGrease",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfGrease",
"type" : "normal"
}
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
3 changes: 2 additions & 1 deletion repository/BaselineOfGrease.package/properties.json
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{ }
{
}
4 changes: 4 additions & 0 deletions repository/Grease-GemStone-Kernelv370.package/.filetree
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*grease-gemstone-kernelv370
greaseUpToAll: aCollection
"Needed for Seaside ports to other dialects where #upToAll: may have
different semantics"

^self upToAll: aCollection
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "ReadByteStreamPortable" }
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'Grease-GemStone-Kernelv370')
2 changes: 2 additions & 0 deletions repository/Grease-GemStone-Kernelv370.package/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}

0 comments on commit 05a6c4e

Please sign in to comment.