-
Notifications
You must be signed in to change notification settings - Fork 72
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 #1407 from SeasideSt/pharo12
Pharo12
- Loading branch information
Showing
23 changed files
with
32 additions
and
55 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
2 changes: 1 addition & 1 deletion
2
...110-Slime.package/WAChangesStateWhileRenderingRule.class/instance/afterCheck.mappings..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
2 changes: 1 addition & 1 deletion
2
...haro110-Slime.package/WADoNotUseWhileRenderingRule.class/instance/afterCheck.mappings..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,6 +1,6 @@ | ||
hooks | ||
afterCheck: aNode mappings: dict | ||
|
||
aNode methodNode method isRenderingMethod ifFalse: [ ^ false ]. | ||
aNode methodNode compiledMethod isRenderingMethod ifFalse: [ ^ false ]. | ||
(WASlime isWithinCallback: aNode) ifTrue: [ ^ false ]. | ||
^ true |
2 changes: 1 addition & 1 deletion
2
...haro110-Slime.package/WADoNotUseWithinCallbackRule.class/instance/afterCheck.mappings..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,6 +1,6 @@ | ||
hooks | ||
afterCheck: aNode mappings: dict | ||
|
||
aNode methodNode method isRenderingMethod ifFalse: [ ^ false ]. | ||
aNode methodNode compiledMethod isRenderingMethod ifFalse: [ ^ false ]. | ||
(WASlime isWithinCallback: aNode) ifFalse: [ ^ false ]. | ||
^ true |
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
...-Slime.package/WAUnnecessaryBlockPassedToBrushRule.class/instance/afterCheck.mappings..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,7 +1,7 @@ | ||
hooks | ||
afterCheck: aNode mappings: dict | ||
|
||
aNode methodNode method isRenderingMethod ifFalse:[ ^ false ]. | ||
aNode methodNode compiledMethod isRenderingMethod ifFalse:[ ^ false ]. | ||
^ (aNode selector = #with:) | ||
ifTrue: [ WASlime isBrushSelector: aNode receiver selector ] | ||
ifFalse: [ WASlime isBrushSelector: aNode selector ] |
2 changes: 1 addition & 1 deletion
2
...110-Slime.package/WAUnnecessaryWithSentToBrushRule.class/instance/afterCheck.mappings..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
2 changes: 1 addition & 1 deletion
2
...lime.package/WAWithHasToBeLastMessageInCascadeRule.class/instance/afterCheck.mappings..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,7 +1,7 @@ | ||
hooks | ||
afterCheck: aNode mappings: dict | ||
|
||
^ aNode methodNode method isRenderingMethod and: [ | ||
^ aNode methodNode compiledMethod isRenderingMethod and: [ | ||
aNode parent isCascade and: [ | ||
aNode parent messages last ~= aNode and: [ | ||
WASlime isBrushSelector: aNode receiver selector ] ] ] |
2 changes: 1 addition & 1 deletion
2
repository/Seaside-Pharo110-Slime.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: #'Seaside-Pharo110-Slime'! | ||
self packageOrganizer ensurePackage: #'Seaside-Pharo110-Slime' 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
2 changes: 1 addition & 1 deletion
2
repository/Seaside-Tests-Pharo-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 |
---|---|---|
@@ -1 +1 @@ | ||
SystemOrganization addCategory: #'Seaside-Tests-Pharo-Core'! | ||
self packageOrganizer ensurePackage: #'Seaside-Tests-Pharo-Core' withTags: #()! |
1 change: 0 additions & 1 deletion
1
.../Seaside-Tests-Pharo-Development.package/WANoDuplicateUuidsTest.class/README.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...s-Pharo-Development.package/WANoDuplicateUuidsTest.class/instance/testNoDuplicateUuids.st
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...tory/Seaside-Tests-Pharo-Development.package/WANoDuplicateUuidsTest.class/properties.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
repository/Seaside-Tests-Pharo-Development.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: #'Seaside-Tests-Pharo-Development'! | ||
self packageOrganizer ensurePackage: #'Seaside-Tests-Pharo-Development' withTags: #()! |
9 changes: 5 additions & 4 deletions
9
...Tests-Pharo-Email.package/GRPharoPlatformTest.extension/instance/testSeasideSmtpServer.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,8 +1,9 @@ | ||
*seaside-tests-pharo-email | ||
testSeasideSmtpServer | ||
|
||
| seasideSmtpServer | | ||
seasideSmtpServer := [ GRPlatform current seasideSmtpServer ] | ||
on: ProvideAnswerNotification | ||
do: [ :e | e resume: '1.2.3.4' ]. | ||
| seasideSmtpServer oldSmtpServer | | ||
oldSmtpServer := [ MailComposition smtpServer ] on: Error do: [ :e | "If the smtpServer was not set, an error is thrown. Set it back to nil afterwards." nil ]. | ||
MailComposition setSmtpServer: '1.2.3.4'. | ||
[ seasideSmtpServer := GRPlatform current seasideSmtpServer ] | ||
ensure: [ MailComposition setSmtpServer: oldSmtpServer ]. | ||
self assert: seasideSmtpServer isString |
2 changes: 1 addition & 1 deletion
2
repository/Seaside-Tests-Pharo-Email.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: #'Seaside-Tests-Pharo-Email'! | ||
self packageOrganizer ensurePackage: #'Seaside-Tests-Pharo-Email' withTags: #()! |
1 change: 0 additions & 1 deletion
1
repository/Seaside-Tests-Pharo-Email.package/monticello.meta/version
This file was deleted.
Oops, something went wrong.
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/Seaside-Zinc-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 |
---|---|---|
@@ -1 +1 @@ | ||
SystemOrganization addCategory: #'Seaside-Zinc-Core'! | ||
self packageOrganizer ensurePackage: #'Seaside-Zinc-Core' 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Deprecation activateTransformations: false. |