-
Notifications
You must be signed in to change notification settings - Fork 71
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 #1313 from SeasideSt/squeak-rest-fix
Squeak rest fix
- Loading branch information
Showing
16 changed files
with
47 additions
and
3 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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } |
8 changes: 8 additions & 0 deletions
8
...itory/Seaside-Squeak-REST-Core.package/GRPackage.extension/class/seasideSqueakRestCore.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*seaside-squeak-rest-core | ||
seasideSqueakRestCore | ||
^ self new | ||
name: 'Seaside-Squeak-REST-Core'; | ||
description: 'Write RESTful web services using Seaside'; | ||
addDependency: 'Seaside-REST-Core'; | ||
url: #seasideUrl; | ||
yourself |
5 changes: 5 additions & 0 deletions
5
repository/Seaside-Squeak-REST-Core.package/GRPackage.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
"seasideSqueakRestCore" : "JB 5/22/2022 14:56" }, | ||
"instance" : { | ||
} } |
2 changes: 2 additions & 0 deletions
2
repository/Seaside-Squeak-REST-Core.package/GRPackage.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "GRPackage" } |
3 changes: 3 additions & 0 deletions
3
...y/Seaside-Squeak-REST-Core.package/GRPharoPlatform.extension/instance/argumentNamesOf..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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*seaside-squeak-rest-core | ||
argumentNamesOf: aCompiledMethod | ||
^ aCompiledMethod methodNode arguments collect: [ :each | each key ] |
5 changes: 5 additions & 0 deletions
5
repository/Seaside-Squeak-REST-Core.package/GRPharoPlatform.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"argumentNamesOf:" : "pmm 5/8/2012 19:11:54" } } |
2 changes: 2 additions & 0 deletions
2
repository/Seaside-Squeak-REST-Core.package/GRPharoPlatform.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "GRPharoPlatform" } |
4 changes: 4 additions & 0 deletions
4
...Seaside-Squeak-REST-Core.package/GRSqueakPlatform.extension/instance/selectorOfPragma..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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*seaside-squeak-rest-core | ||
selectorOfPragma: aPragma | ||
|
||
^aPragma keyword |
5 changes: 5 additions & 0 deletions
5
repository/Seaside-Squeak-REST-Core.package/GRSqueakPlatform.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"selectorOfPragma:" : "JB 5/22/2022 14:48" } } |
2 changes: 2 additions & 0 deletions
2
repository/Seaside-Squeak-REST-Core.package/GRSqueakPlatform.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "GRSqueakPlatform" } |
Empty file.
1 change: 1 addition & 0 deletions
1
repository/Seaside-Squeak-REST-Core.package/monticello.meta/package
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(name 'Seaside-Squeak-REST-Core') |
1 change: 1 addition & 0 deletions
1
repository/Seaside-Squeak-REST-Core.package/monticello.meta/version
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(name 'Seaside-Squeak-REST-Core-JB.2' message 'Moved code of Seaside-Pharo-REST-Core to Seaside-Squeak-REST-Core' id '54a5ecd1-8d78-4d54-8664-8e7f8d55124b' date '22 May 2022' time '3:02:42.868646 pm' author 'JB' ancestors ((name 'Seaside-Squeak-REST-Core-JB.1' message 'Added implementation for selectorOfPragma in Squeak' id '5ec54fa8-b64a-48c6-8482-cb741e921b8a' date '22 May 2022' time '2:53:36.146894 pm' author 'JB' ancestors () stepChildren ())) stepChildren ()) |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |