forked from SeasideSt/Grease
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #35 from SeasideSt/gsdevkitsync
Keep GsDevKit/Grease up to date with Seaside/Grease
- Loading branch information
Showing
316 changed files
with
722 additions
and
348 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
2 changes: 1 addition & 1 deletion
2
repository/BaselineOfGrease.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: #BaselineOfGrease! | ||
self packageOrganizer ensurePackage: #BaselineOfGrease withTags: #()! |
7 changes: 4 additions & 3 deletions
7
...ormTest.class/instance/supportsUnicode.st → ...latform.class/instance/supportsUnicode.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,10 +1,11 @@ | ||
private | ||
encoding | ||
supportsUnicode | ||
"dynamically try to figure out whether the current dialect supports Unicode" | ||
|
||
^ [ | ||
String | ||
with: (Character value: 16r1F1F3) | ||
with: (Character value: 16r1F1F1). | ||
with: (Character codePoint: 16r1F1F3) | ||
with: (Character codePoint: 16r1F1F1). | ||
true | ||
] on: Error | ||
do: [ :error | false ] |
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 |
---|---|---|
@@ -1,5 +1 @@ | ||
SystemOrganization addCategory: #'Grease-Core'! | ||
SystemOrganization addCategory: #'Grease-Core-Collections'! | ||
SystemOrganization addCategory: #'Grease-Core-Exceptions'! | ||
SystemOrganization addCategory: #'Grease-Core-Text'! | ||
SystemOrganization addCategory: #'Grease-Core-Utilities'! | ||
self packageOrganizer ensurePackage: #'Grease-Core' withTags: #(#Collections #Exceptions #Text #Utilities)! |
6 changes: 6 additions & 0 deletions
6
...ry/Grease-Pharo100-Core.package/GRPharoPlatform.class/instance/deprecationExceptionSet.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,6 @@ | ||
exceptions | ||
deprecationExceptionSet | ||
"Answer the exception set that should considered besides WADeprecation." | ||
^ ExceptionSet new | ||
add: Deprecation; | ||
yourself |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...atedApiProtocolRule.class/properties.json → ...atedApiProtocolRule.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
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
...sitory/Grease-Pharo110-Slime-Core.package/GRReSlimeBlockLintRule.class/class/isVisible.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 @@ | ||
testing | ||
isVisible | ||
|
||
^ self name ~= #GRReSlimeBlockLintRule |
4 changes: 2 additions & 2 deletions
4
...RSlimeBlockLintRule.class/properties.json → ...eSlimeBlockLintRule.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,11 +1,11 @@ | ||
{ | ||
"commentStamp" : "", | ||
"super" : "ReAbstractRule", | ||
"category" : "Grease-Pharo110-Slime", | ||
"category" : "Grease-Pharo110-Slime-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRSlimeBlockLintRule", | ||
"name" : "GRReSlimeBlockLintRule", | ||
"type" : "normal" | ||
} |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
...ry/Grease-Pharo110-Slime-Core.package/GRReSlimeParseTreeLintRule.class/class/isVisible.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 @@ | ||
testing | ||
isVisible | ||
|
||
^ self name ~= #GRReSlimeParseTreeLintRule |
4 changes: 2 additions & 2 deletions
4
...meParseTreeLintRule.class/properties.json → ...meParseTreeLintRule.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,11 +1,11 @@ | ||
{ | ||
"commentStamp" : "", | ||
"super" : "ReNodeMatchRule", | ||
"category" : "Grease-Pharo110-Slime", | ||
"category" : "Grease-Pharo110-Slime-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRSlimeParseTreeLintRule", | ||
"name" : "GRReSlimeParseTreeLintRule", | ||
"type" : "normal" | ||
} |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
...y/Grease-Pharo110-Slime-Core.package/GRReSlimeTransformationRule.class/class/isVisible.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 @@ | ||
testing | ||
isVisible | ||
|
||
^ self name ~= #GRReSlimeTransformationRule |
4 changes: 2 additions & 2 deletions
4
...eTransformationRule.class/properties.json → ...eTransformationRule.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,11 +1,11 @@ | ||
{ | ||
"commentStamp" : "", | ||
"super" : "ReNodeRewriteRule", | ||
"category" : "Grease-Pharo110-Slime", | ||
"category" : "Grease-Pharo110-Slime-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRSlimeTransformationRule", | ||
"name" : "GRReSlimeTransformationRule", | ||
"type" : "normal" | ||
} |
1 change: 1 addition & 0 deletions
1
repository/Grease-Pharo110-Slime-Core.package/GRSlimeBlockLintRule.class/README.md
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 @@ | ||
For compatibility for versions of Seaside older than 3.5.6 |
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
repository/Grease-Pharo110-Slime-Core.package/GRSlimeBlockLintRule.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"commentStamp" : "JohanBrichau 3/11/2024 21:54", | ||
"super" : "RBBlockLintRule", | ||
"category" : "Grease-Pharo110-Slime-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRSlimeBlockLintRule", | ||
"type" : "normal" | ||
} |
1 change: 1 addition & 0 deletions
1
...ory/Grease-Pharo110-Slime-Core.package/GRSlimeParseTreeLintRule.class/README.md
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 @@ | ||
For compatibility for versions of Seaside older than 3.5.6 |
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
repository/Grease-Pharo110-Slime-Core.package/GRSlimeParseTreeLintRule.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"commentStamp" : "JohanBrichau 3/11/2024 21:54", | ||
"super" : "RBParseTreeLintRule", | ||
"category" : "Grease-Pharo110-Slime-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRSlimeParseTreeLintRule", | ||
"type" : "normal" | ||
} |
1 change: 1 addition & 0 deletions
1
...ry/Grease-Pharo110-Slime-Core.package/GRSlimeTransformationRule.class/README.md
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 @@ | ||
For compatibility for versions of Seaside older than 3.5.6 |
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
...sitory/Grease-Pharo110-Slime-Core.package/GRSlimeTransformationRule.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"commentStamp" : "JohanBrichau 3/11/2024 21:54", | ||
"super" : "RBTransformationRule", | ||
"category" : "Grease-Pharo110-Slime-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRSlimeTransformationRule", | ||
"type" : "normal" | ||
} |
1 change: 1 addition & 0 deletions
1
repository/Grease-Pharo110-Slime-Core.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
self packageOrganizer ensurePackage: #'Grease-Pharo110-Slime-Core' withTags: #()! |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
repository/Grease-Pharo110-Slime-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 'Grease-Pharo110-Slime-Core') |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
repository/Grease-Pharo110-Slime-Portability.package/.filetree
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 @@ | ||
{ | ||
"separateMethodMetaAndSource" : false, | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
.../GRAnsiBooleansRule.class/properties.json → .../GRAnsiBooleansRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...RAnsiCharactersRule.class/properties.json → ...RAnsiCharactersRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...AnsiCollectionsRule.class/properties.json → ...AnsiCollectionsRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...nsiConditionalsRule.class/properties.json → ...nsiConditionalsRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...GRAnsiConvertorRule.class/properties.json → ...GRAnsiConvertorRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...RAnsiExceptionsRule.class/properties.json → ...RAnsiExceptionsRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...e/GRAnsiStreamsRule.class/properties.json → ...e/GRAnsiStreamsRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...e/GRAnsiStringsRule.class/properties.json → ...e/GRAnsiStringsRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...itializeMissingRule.class/properties.json → ...itializeMissingRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...tInitializationRule.class/properties.json → ...tInitializationRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...PortableMessageRule.class/properties.json → ...PortableMessageRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ableCollectionsRule.class/properties.json → ...ableCollectionsRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...kage/GRObjectInRule.class/properties.json → ...kage/GRObjectInRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...otPortableClassRule.class/properties.json → ...otPortableClassRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...otPortableClassRule.class/properties.json → ...otPortableClassRule.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.