X Tutup
Skip to content

Commit 85d7d54

Browse files
committed
Issue SeasideSt#111: porting to 3.6.0, restore the old messageText behavior ... 3.6.0 default error message is not expected in the GLASS environment
1 parent 1434157 commit 85d7d54

File tree

13 files changed

+15
-12
lines changed

13 files changed

+15
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
greaseString
33

44
^self description
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*grease-gemstone360-core
2+
messageText
3+
^ gsDetails "return ANSI messageText"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
argumentCount
33

44
^self numArgs.

repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/ifCurtailed..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
ifCurtailed: aBlock
33

44
| wasCurtailed |

repository/Grease-GemStone360-Core.package/ExecBlock.extension/instance/valueWithPossibleArguments..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
valueWithPossibleArguments: anArray
33
"Evaluate the block represented by the receiver with the arguments provided."
44
| n args |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
gemstoneExceptionSelector
33

44
^ (ExceptionSet new) , Halt, AlmostOutOfStack, Breakpoint

repository/Grease-GemStone360-Core.package/GRGemStonePlatform.extension/instance/generateHardBreak.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
generateHardBreak
33
"Generate a GemStone hard break"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
handlesAlmostOutOfStackException: anException
33

44
^AlmostOutOfStack handles: anException
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
handlesBreakpointException: anException
33

44
^Breakpoint handles: anException
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone330-core
1+
*grease-gemstone360-core
22
handlesHaltException: anException
33

44
^Halt handles: anException

0 commit comments

Comments
 (0)
X Tutup