forked from svenvc/zinc
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #58: mods to be minimally compatible with GsApplicationTools v1…
….0.0
- Loading branch information
1 parent
8e8f831
commit 62385cf
Showing
21 changed files
with
29 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"class" : { | ||
}, | ||
"instance" : { | ||
"baseline:" : "dkh 12/02/2014 16:26" } } | ||
"baseline:" : "dkh 01/06/2015 11:54" } } |
2 changes: 1 addition & 1 deletion
2
repository/BaselineOfZincHTTPComponents.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
4 changes: 0 additions & 4 deletions
4
...ory/Zinc-GemStone-Server-Tools.package/ZnGemServer.class/instance/enableContinuations..st
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...tory/Zinc-GemStone-Server-Tools.package/ZnGemServer.class/instance/enableContinuations.st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...y/Zinc-GemStone-Server-Tools.package/ZnGemServer.class/instance/gemServerExceptionSet..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...ry/Zinc-GemStone-Server-Tools.package/ZnGemServer.class/instance/gemServerExceptionSet.st
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
repository/Zinc-GemStone-Server-Tools.package/ZnGemServer.class/instance/initialize.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,5 +1,4 @@ | ||
initialization | ||
initialize | ||
super initialize. | ||
self logErrorsOnly. | ||
self gemServerExceptionSet: self class gemServerExceptionSet | ||
self logErrorsOnly |
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
...GemStone-Server-Tools.package/ZnGemServerLogSupport.class/instance/createContinuation..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 @@ | ||
private | ||
createContinuation: errorDescription | ||
(self enabled and: [ self enableContinuations ]) | ||
(self enabled and: [ self enableCreateContinuations ]) | ||
ifTrue: [ | ||
GRPlatform current | ||
doTransaction: [ DebuggerLogEntry createContinuationLabeled: errorDescription ] ] |
4 changes: 0 additions & 4 deletions
4
...emStone-Server-Tools.package/ZnGemServerLogSupport.class/instance/enableContinuations..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...GemStone-Server-Tools.package/ZnGemServerLogSupport.class/instance/enableContinuations.st
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
...e-Server-Tools.package/ZnGemServerLogSupport.class/instance/enableCreateContinuations..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 @@ | ||
accessing | ||
enableCreateContinuations: anObject | ||
|
||
enableCreateContinuations := anObject |
4 changes: 4 additions & 0 deletions
4
...ne-Server-Tools.package/ZnGemServerLogSupport.class/instance/enableCreateContinuations.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 @@ | ||
accessing | ||
enableCreateContinuations | ||
|
||
^enableCreateContinuations |
1 change: 0 additions & 1 deletion
1
...mStone-Server-Tools.package/ZnGemServerLogSupport.class/instance/gemServerExceptionSet.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,4 +1,3 @@ | ||
accessing | ||
gemServerExceptionSet | ||
gemServerExceptionSet ifNil: [ gemServerExceptionSet := ExceptionSet new ]. | ||
^ gemServerExceptionSet |
5 changes: 5 additions & 0 deletions
5
...ory/Zinc-GemStone-Server-Tools.package/ZnGemServerLogSupport.class/instance/initialize.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,5 @@ | ||
initialization | ||
initialize | ||
super initialize. | ||
enableCreateContinuations := true. | ||
gemServerExceptionSet := ExceptionSet new |
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
Oops, something went wrong.