-
Notifications
You must be signed in to change notification settings - Fork 22
Implement #ruleName on class side #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ry/Grease-Pharo110-Slime-Core.package/GRDeprecatedApiProtocolRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Invalid use of deprecated API protocol.' |
2 changes: 1 addition & 1 deletion
2
...ory/Grease-Pharo110-Slime-Core.package/GRDeprecatedApiProtocolRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Invalid use of deprecated API protocol.' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
repository/Grease-Pharo110-Slime-Core.package/GRReSlimeBlockLintRule.class/instance/name.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| name | ||
| "for compatibility with old Pharo versions" | ||
| ^ self class ruleName | ||
4 changes: 4 additions & 0 deletions
4
...tory/Grease-Pharo110-Slime-Portability.package/GRAnsiBooleansRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Booleans' |
2 changes: 1 addition & 1 deletion
2
...itory/Grease-Pharo110-Slime-Portability.package/GRAnsiBooleansRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Booleans' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...ry/Grease-Pharo110-Slime-Portability.package/GRAnsiCharactersRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Characters' |
2 changes: 1 addition & 1 deletion
2
...ory/Grease-Pharo110-Slime-Portability.package/GRAnsiCharactersRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Characters' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...y/Grease-Pharo110-Slime-Portability.package/GRAnsiCollectionsRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Collections' |
2 changes: 1 addition & 1 deletion
2
...ry/Grease-Pharo110-Slime-Portability.package/GRAnsiCollectionsRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Collections' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
.../Grease-Pharo110-Slime-Portability.package/GRAnsiConditionalsRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Conditionals' |
2 changes: 1 addition & 1 deletion
2
...y/Grease-Pharo110-Slime-Portability.package/GRAnsiConditionalsRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Conditionals' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...ory/Grease-Pharo110-Slime-Portability.package/GRAnsiConvertorRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Convertors' |
2 changes: 1 addition & 1 deletion
2
...tory/Grease-Pharo110-Slime-Portability.package/GRAnsiConvertorRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Convertors' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...ry/Grease-Pharo110-Slime-Portability.package/GRAnsiExceptionsRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Exceptions' |
2 changes: 1 addition & 1 deletion
2
...ory/Grease-Pharo110-Slime-Portability.package/GRAnsiExceptionsRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Exceptions' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...itory/Grease-Pharo110-Slime-Portability.package/GRAnsiStreamsRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Streams' |
2 changes: 1 addition & 1 deletion
2
...sitory/Grease-Pharo110-Slime-Portability.package/GRAnsiStreamsRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Streams' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...itory/Grease-Pharo110-Slime-Portability.package/GRAnsiStringsRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Strings' |
2 changes: 1 addition & 1 deletion
2
...sitory/Grease-Pharo110-Slime-Portability.package/GRAnsiStringsRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Strings' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...haro110-Slime-Portability.package/GRBasicNewInitializeMissingRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ '#basicNew initialize is missing' |
2 changes: 1 addition & 1 deletion
2
...Pharo110-Slime-Portability.package/GRBasicNewInitializeMissingRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ '#basicNew initialize is missing' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...ro110-Slime-Portability.package/GRInvalidObjectInitializationRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Invalid object initialization' |
2 changes: 1 addition & 1 deletion
2
...aro110-Slime-Portability.package/GRInvalidObjectInitializationRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Invalid object initialization' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...rease-Pharo110-Slime-Portability.package/GRNonPortableMessageRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Uses non portable message' |
2 changes: 1 addition & 1 deletion
2
...Grease-Pharo110-Slime-Portability.package/GRNonPortableMessageRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Uses non portable message' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...e-Pharo110-Slime-Portability.package/GRNotPortableCollectionsRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Collections' |
2 changes: 1 addition & 1 deletion
2
...se-Pharo110-Slime-Portability.package/GRNotPortableCollectionsRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Collections' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
repository/Grease-Pharo110-Slime-Portability.package/GRObjectInRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Object>>#in:' |
2 changes: 1 addition & 1 deletion
2
repository/Grease-Pharo110-Slime-Portability.package/GRObjectInRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Object>>#in:' | ||
| ^ self class ruleName |
2 changes: 1 addition & 1 deletion
2
...tPortableClassRule.class/instance/name.st → ...PortableClassRule.class/class/ruleName.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
| ruleName | ||
|
|
||
| ^ 'Uses not portable class' |
2 changes: 1 addition & 1 deletion
2
...tPortableClassRule.class/instance/name.st → ...PortableClassRule.class/class/ruleName.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
| ruleName | ||
|
|
||
| ^ 'Subclasses not portable class' |
4 changes: 4 additions & 0 deletions
4
...ry/Grease-Pharo110-Slime-Portability.package/GRTestAssertionsRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'TestCase >> #fail' |
2 changes: 1 addition & 1 deletion
2
...ory/Grease-Pharo110-Slime-Portability.package/GRTestAssertionsRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'TestCase >> #fail' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...aro110-Slime-Portability.package/GRUsesCanPerformOrUnderstandRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Sends #canPerform: or #canUnderstand:' |
2 changes: 1 addition & 1 deletion
2
...haro110-Slime-Portability.package/GRUsesCanPerformOrUnderstandRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Sends #canPerform: or #canUnderstand:' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
.../Grease-Pharo110-Slime-Portability.package/GRUsesClassForHashRule.class/class/ruleName.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| ruleName | ||
|
|
||
| ^ 'Uses its class for hash' |
2 changes: 1 addition & 1 deletion
2
...y/Grease-Pharo110-Slime-Portability.package/GRUsesClassForHashRule.class/instance/name.st
This file contains hidden or 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,4 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ 'Uses its class for hash' | ||
| ^ self class ruleName |
4 changes: 4 additions & 0 deletions
4
...ease-Pharo110-Slime-Portability.package/GRUsesNotPortableClassRule.class/instance/name.st
This file contains hidden or 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 @@ | ||
| accessing | ||
| name | ||
|
|
||
| ^ self class ruleName |
Empty file.
6 changes: 6 additions & 0 deletions
6
...ease-Tests-Pharo-Slime.package/GRSlimeRuleTest.class/instance/testUniqueIdentifierName.st
This file contains hidden or 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 @@ | ||
| testing | ||
| testUniqueIdentifierName | ||
| "see https://github.com/SeasideSt/Grease/pull/202" | ||
| | result | | ||
| result := ReSmalllintTest run: #testUniqueIdentifierName. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added this so we have a test for #202 |
||
| self assert: result hasPassed | ||
11 changes: 11 additions & 0 deletions
11
repository/Grease-Tests-Pharo-Slime.package/GRSlimeRuleTest.class/properties.json
This file contains hidden or 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" : "", | ||
| "super" : "TestCase", | ||
| "category" : "Grease-Tests-Pharo-Slime", | ||
| "classinstvars" : [ ], | ||
| "pools" : [ ], | ||
| "classvars" : [ ], | ||
| "instvars" : [ ], | ||
| "name" : "GRSlimeRuleTest", | ||
| "type" : "normal" | ||
| } |
2 changes: 1 addition & 1 deletion
2
repository/Grease-Tests-Pharo-Slime.package/monticello.meta/categories.st
This file contains hidden or 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: #'Grease-Tests-Pharo-Slime'! | ||
| self packageOrganizer ensurePackage: #'Grease-Tests-Pharo-Slime' withTags: #()! |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to superclass so the
#nameimplementations in the two subclasses could be removed.