-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
37 additions
and
35 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
...e-GemStone-Development.package/WAGemStoneContinuationDebugger.class/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,9 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"exceptionDescription" : "dkh 06/05/2015 15:44", | ||
"initializeWithContinuation:" : "dkh 06/05/2015 15:44", | ||
"renderAnsweringToolsOn:" : "dkh 06/05/2015 15:44", | ||
"renderContentOn:" : "dkh 06/05/2015 15:44", | ||
"renderHeadingOn:" : "dkh 06/05/2015 15:44" } } |
6 changes: 3 additions & 3 deletions
6
...LogDebuggerWalkback.class/properties.json → ...ontinuationDebugger.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
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
1 change: 1 addition & 0 deletions
1
repository/Seaside-GemStone-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,2 +1,3 @@ | ||
SystemOrganization addCategory: #'Seaside-GemStone-Development'! | ||
SystemOrganization addCategory: #'Seaside-GemStone-Development-Core'! | ||
SystemOrganization addCategory: #'Seaside-GemStone-Development-Filter'! |
2 changes: 1 addition & 1 deletion
2
repository/Seaside-GemStone-Development.package/monticello.meta/version
Large diffs are not rendered by default.
Oops, something went wrong.
25 changes: 12 additions & 13 deletions
25
...easide-GemStone-Tools-Production.package/WAObjectLog.class/instance/debugContinuation..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,15 +1,14 @@ | ||
actions | ||
debugContinuation: aLogEntry | ||
| continuation | | ||
(aLogEntry isKindOf: DebuggerLogEntry) ifTrue: [ | ||
continuation := aLogEntry continuation. | ||
continuation ifNotNil: [ | ||
((continuation isKindOf: GsProcess) and: [continuation isContinuation]) ifTrue: [ | ||
| comp exception | | ||
comp := WAObjectLogDebuggerWalkback new. | ||
comp initializeWithContinuation: continuation. | ||
"exception := (continuation convertToPortableStack _frameContentsAt: 1) at: 11." | ||
self session presenter call: comp. | ||
] | ||
] | ||
] | ||
| continuation | | ||
(aLogEntry isKindOf: DebuggerLogEntry) | ||
ifTrue: [ | ||
continuation := aLogEntry continuation. | ||
continuation | ||
ifNotNil: [ | ||
((continuation isKindOf: GsProcess) and: [ continuation isContinuation ]) | ||
ifTrue: [ | ||
| comp exception | | ||
comp := WAGemStoneContinuationDebugger new. | ||
comp initializeWithContinuation: continuation. "exception := (continuation convertToPortableStack _frameContentsAt: 1) at: 11." | ||
self session presenter call: comp ] ] ] |
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
9 changes: 0 additions & 9 deletions
9
...GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/methodProperties.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
repository/Seaside-GemStone-Tools-Production.package/monticello.meta/version
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 3 additions & 1 deletion
4
repository/Seaside-Gettext-Examples.package/WAGettextExample.class/class/export.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,3 +1,5 @@ | ||
localization | ||
export | ||
WAGetTextExporter new exportTemplate | ||
"WAGetTextExporter not implemented for GemStone and the method exportTemplate does not exist (naturally) ... apprently not used? See https://github.com/GsDevKit/Seaside31/issues/55 & https://github.com/GsDevKit/Seaside31/issues/56" | ||
|
||
(Smalltalk at: #'WAGetTextExporter') new perform: #'exportTemplate' |
2 changes: 1 addition & 1 deletion
2
repository/Seaside-Gettext-Examples.package/WAGettextExample.class/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
2 changes: 1 addition & 1 deletion
2
repository/Seaside-Gettext-Examples.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
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