Skip to content

Commit

Permalink
Merge pull request #68 from SeasideSt/drop-ston-dependency
Browse files Browse the repository at this point in the history
Drop ston dependency
  • Loading branch information
jbrichau authored Jul 23, 2024
2 parents 7e26728 + a88b909 commit 35a63c0
Show file tree
Hide file tree
Showing 23 changed files with 56 additions and 82 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
baselines
baseline: spec
<baseline>

spec
for: #'common'
do: [
spec
baseline: 'Ston'
with: [ spec repository: 'github://svenvc/ston/repository' ].
spec
package: 'Parasol-Core';
package: 'Parasol-Seaside' with: [ spec requires: #('Parasol-Core') ];
Expand All @@ -17,6 +15,7 @@ baseline: spec
group: 'default' with: #('Parasol-Seaside' 'Parasol-Convenience');
group: 'core' with: #('Parasol-Core' 'Parasol-Convenience');
group: 'tests' with: #('Parasol-Tests' 'default') ].

spec
for: #'loadSeaside'
do: [
Expand All @@ -42,20 +41,25 @@ baseline: spec
spec
package: 'Parasol-Squeak';
package: 'Parasol-Core' with: [ spec includes: #('Parasol-Squeak') ] ].

spec
for: #(#'pharo6.x' #'pharo7.x' #'pharo8.x')
do: [
spec
package: 'Parasol-Pharo'
with: [ spec requires: #('Parasol-Core' 'Ston') ];
package: 'Parasol-Core' with: [ spec includes: #('Parasol-Pharo') ] ].
package: 'Parasol-Pharo'
with: [ spec requires: #('Parasol-Core') ];
package: 'Parasol-Core'
with: [ spec includes: #('Parasol-Pharo') ] ].

spec
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x' 'pharo13.x')
do: [
spec
package: 'Parasol-Pharo9'
with: [ spec requires: #('Parasol-Core' 'Ston') ];
package: 'Parasol-Core' with: [ spec includes: #('Parasol-Pharo9') ] ].
package: 'Parasol-Pharo9'
with: [ spec requires: #('Parasol-Core') ];
package: 'Parasol-Core'
with: [ spec includes: #('Parasol-Pharo9') ] ].

spec
for: #'gemstone'
do: [
Expand All @@ -67,16 +71,7 @@ baseline: spec
spec
includes: #('Parasol-GemStone');
requires: #('ZincHTTP') ] ].
spec
for: #'gs2.4.x'
do: [
spec
baseline: 'ZincHTTP'
with: [
spec
className: 'BaselineOfZinc';
loads: 'Core';
repository: 'github://GsDevKit/zinc:2.3.2_gs2.4/repository' ] ].

spec
for: #'gs3.x'
do: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
accessing
projectClass

Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].
^ super projectClass
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
facade
jsonRead: aString
self subclassResponsibility
jsonRead: aString

^ WAJsonParser parse: aString
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
facade
jsonWrite: aDictionary
self subclassResponsibility
jsonWrite: anObject

^ anObject asJson
5 changes: 3 additions & 2 deletions repository/Parasol-GemStone.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Array" }
"name" : "Array"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Parasol-GemStone",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BPGemStonePlatform",
"pools" : [
],
"super" : "BPSmalltalkPlatform",
"type" : "normal" }
"category" : "Parasol-GemStone",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BPGemStonePlatform",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "ByteArray" }
"name" : "ByteArray"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "CharacterCollection" }
"name" : "CharacterCollection"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Collection" }
"name" : "Collection"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Parasol-GemStone'!
self packageOrganizer ensurePackage: #'Parasol-GemStone' withTags: #()!
3 changes: 1 addition & 2 deletions repository/Parasol-GemStone.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Parasol-Pharo9'!
self packageOrganizer ensurePackage: #'Parasol-Pharo9' withTags: #()!
5 changes: 3 additions & 2 deletions repository/Parasol-Squeak.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Parasol-Squeak",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BPSqueakPlatform",
"pools" : [
],
"super" : "BPSmalltalkPlatform",
"type" : "normal" }
"category" : "Parasol-Squeak",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BPSqueakPlatform",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Parasol-Squeak'!
self packageOrganizer ensurePackage: #'Parasol-Squeak' withTags: #()!
3 changes: 1 addition & 2 deletions repository/Parasol-Squeak.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

0 comments on commit 35a63c0

Please sign in to comment.