X Tutup
Skip to content

Commit 6a7e811

Browse files
author
Travis Ci
committed
Issue SeasideSt#88: add 3.5 and 3.6 (thinking about future) to baseline
1 parent 94565be commit 6a7e811

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ baselineGemStone: spec
7979
requires: #('Grease-GemStone-Core');
8080
postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ].
8181
spec
82-
for: #(#'gs3.3.x' #'gs3.4.x')
82+
for: #(#'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x')
8383
do: [
8484
spec
8585
package: 'Grease-GemStone-Core'
@@ -90,7 +90,7 @@ baselineGemStone: spec
9090
requires: #('Grease-GemStone-Core');
9191
postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ].
9292
spec
93-
for: #(#'gs3.2.x' #'gs3.3.x' #'gs3.4.x')
93+
for: #(#'gs3.2.x' #'gs3.3.x' #'gs3.4.x' #'gs3.5.x' #'gs3.6.x')
9494
do: [
9595
spec
9696
package: 'Grease-Tests-GemStone-Core'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"class" : {
3+
},
4+
"instance" : {
5+
"baseline:" : " 02/08/2019 09:34:04",
6+
"baselineCommon:" : " 02/08/2019 09:34:04",
7+
"baselineGemStone:" : "dkh 02/08/2019 09:35",
8+
"baselinePharo:" : " 02/08/2019 09:34:04",
9+
"baselineSqueak:" : " 02/08/2019 09:34:04",
10+
"initializeLatin1ToUtf8Encodings" : " 02/08/2019 09:34:04" } }
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: 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'BaselineOfGrease-dkh.2' message 'Issue #88: add 3.5 and 3.6 (thinking about future) to baseline' id '9141ab69-c0a0-4718-ac99-fd5fe9de2c6d' date '02/08/2019' time '09:36:09' author 'dkh' ancestors ((name 'BaselineOfGrease-cypress.1' message 'fabricated from a Cypress format repository' id 'e86a3b9e-ded9-4e86-a47c-06bdd15e26fd' date '02/08/2019' time '09:34:04' author '' ancestors () stepChildren ())) stepChildren ())
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
{ }
1+
{
2+
}

0 commit comments

Comments
 (0)
X Tutup