-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the state of a snippet promise when the process is terminated …
…from the debugger [feenkcom/gtoolkit#3942]
- Loading branch information
1 parent
2e4f361
commit ba0ad86
Showing
6 changed files
with
79 additions
and
40 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
15 changes: 15 additions & 0 deletions
15
src/GToolkit-GemStone/GtGemstoneEvaluationCancelledResult.class.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,15 @@ | ||
Class { | ||
#name : #GtGemstoneEvaluationCancelledResult, | ||
#superclass : #GtGemstoneEvaluationResult, | ||
#category : #'GToolkit-GemStone' | ||
} | ||
|
||
{ #category : #accessing } | ||
GtGemstoneEvaluationCancelledResult >> computedResult [ | ||
^ nil | ||
] | ||
|
||
{ #category : #testing } | ||
GtGemstoneEvaluationCancelledResult >> isEvaluationCancelledResult [ | ||
^ true | ||
] |
14 changes: 7 additions & 7 deletions
14
src/GToolkit-GemStone/GtGemstoneEvaluationInProgressResult.class.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
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
10 changes: 0 additions & 10 deletions
10
src/GToolkit-GemStone/GtGemstoneEvaluationTerminatedResult.class.st
This file was deleted.
Oops, something went wrong.