-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from SeasideSt/drop-ston-dependency
Drop ston dependency
- Loading branch information
Showing
23 changed files
with
56 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
repository/BaselineOfParasol.package/BaselineOfParasol.class/instance/projectClass.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
accessing | ||
projectClass | ||
|
||
Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ]. | ||
^ super projectClass |
5 changes: 3 additions & 2 deletions
5
repository/Parasol-Core.package/BPSmalltalkPlatform.class/instance/jsonRead..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
facade | ||
jsonRead: aString | ||
self subclassResponsibility | ||
jsonRead: aString | ||
|
||
^ WAJsonParser parse: aString |
5 changes: 3 additions & 2 deletions
5
repository/Parasol-Core.package/BPSmalltalkPlatform.class/instance/jsonWrite..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
facade | ||
jsonWrite: aDictionary | ||
self subclassResponsibility | ||
jsonWrite: anObject | ||
|
||
^ anObject asJson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
3 changes: 2 additions & 1 deletion
3
repository/Parasol-GemStone.package/Array.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
{ | ||
"name" : "Array" } | ||
"name" : "Array" | ||
} |
3 changes: 0 additions & 3 deletions
3
repository/Parasol-GemStone.package/BPGemStonePlatform.class/instance/jsonRead..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
repository/Parasol-GemStone.package/BPGemStonePlatform.class/instance/jsonWrite..st
This file was deleted.
Oops, something went wrong.
19 changes: 8 additions & 11 deletions
19
repository/Parasol-GemStone.package/BPGemStonePlatform.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
3 changes: 2 additions & 1 deletion
3
repository/Parasol-GemStone.package/ByteArray.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
{ | ||
"name" : "ByteArray" } | ||
"name" : "ByteArray" | ||
} |
3 changes: 2 additions & 1 deletion
3
repository/Parasol-GemStone.package/CharacterCollection.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
{ | ||
"name" : "CharacterCollection" } | ||
"name" : "CharacterCollection" | ||
} |
3 changes: 2 additions & 1 deletion
3
repository/Parasol-GemStone.package/Collection.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
{ | ||
"name" : "Collection" } | ||
"name" : "Collection" | ||
} |
2 changes: 1 addition & 1 deletion
2
repository/Parasol-GemStone.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SystemOrganization addCategory: #'Parasol-GemStone'! | ||
self packageOrganizer ensurePackage: #'Parasol-GemStone' withTags: #()! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
{ | ||
} | ||
{ } |
4 changes: 0 additions & 4 deletions
4
repository/Parasol-Pharo9.package/BPPharoPlatform.class/instance/jsonRead..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
repository/Parasol-Pharo9.package/BPPharoPlatform.class/instance/jsonWrite..st
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
repository/Parasol-Pharo9.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SystemOrganization addCategory: #'Parasol-Pharo9'! | ||
self packageOrganizer ensurePackage: #'Parasol-Pharo9' withTags: #()! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
3 changes: 0 additions & 3 deletions
3
repository/Parasol-Squeak.package/BPSqueakPlatform.class/instance/jsonRead..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
repository/Parasol-Squeak.package/BPSqueakPlatform.class/instance/jsonWrite..st
This file was deleted.
Oops, something went wrong.
19 changes: 8 additions & 11 deletions
19
repository/Parasol-Squeak.package/BPSqueakPlatform.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
2 changes: 1 addition & 1 deletion
2
repository/Parasol-Squeak.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SystemOrganization addCategory: #'Parasol-Squeak'! | ||
self packageOrganizer ensurePackage: #'Parasol-Squeak' withTags: #()! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
{ | ||
} | ||
{ } |