X Tutup
Skip to content

Commit d3e13f7

Browse files
author
Johan Brichau
committed
Moved the Renraku Slime rules back to a separate hierarchy to ensure compatibility with versions of Seaside older than 3.5.6.
1 parent c854800 commit d3e13f7

File tree

34 files changed

+73
-25
lines changed

34 files changed

+73
-25
lines changed

repository/Grease-Pharo110-Slime.package/GRAnsiBooleansRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiCharactersRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiCollectionsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiConditionalsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiConvertorRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiExceptionsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiStreamsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRAnsiStringsRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeTransformationRule",
3+
"super" : "GRReSlimeTransformationRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRBasicNewInitializeMissingRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeBlockLintRule",
3+
"super" : "GRReSlimeBlockLintRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

repository/Grease-Pharo110-Slime.package/GRDeprecatedApiProtocolRule.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "",
3-
"super" : "GRSlimeParseTreeLintRule",
3+
"super" : "GRReSlimeParseTreeLintRule",
44
"category" : "Grease-Pharo110-Slime",
55
"classinstvars" : [ ],
66
"pools" : [ ],

0 commit comments

Comments
 (0)
X Tutup