X Tutup
Skip to content

Commit 8a01041

Browse files
author
Johan Brichau
committed
Fix for issues #2 and SeasideSt#3 in Gemstone 3.x
1 parent c3d23b2 commit 8a01041

File tree

20 files changed

+50
-26
lines changed

20 files changed

+50
-26
lines changed

repository/Grease-GemStone-Core.package/GRUtf8CodecStream.class/instance/nextPut..st

Lines changed: 0 additions & 3 deletions
This file was deleted.

repository/Grease-GemStone-Core.package/GRUtf8CodecStream.class/instance/nextPutAll..st

Lines changed: 0 additions & 5 deletions
This file was deleted.

repository/Grease-GemStone-Core.package/GRUtf8CodecStream.class/methodProperties.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

repository/Grease-GemStone-Core.package/monticello.meta/version

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*grease-gemstone300-core
22
greaseString
33

4-
^self description
4+
^self description
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*grease-gemstone300-core
22
argumentCount
33

4-
^self numArgs.
4+
^self numArgs.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*grease-gemstone300-core
22
fixCallbackTemps
33
"Fix the values of the temporary variables used in the block that are
4-
ordinarily shared with the method in which the block is defined."
4+
ordinarily shared with the method in which the block is defined."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ifCurtailed: aBlock
88
wasCurtailed := false.
99
] ensure: [
1010
wasCurtailed ifTrue: aBlock.
11-
].
11+
].

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ valueWithPossibleArguments: anArray
66
args := anArray copy
77
size: n;
88
yourself.
9-
^ self valueWithArguments: args.
9+
^ self valueWithArguments: args.

repository/Grease-GemStone-Core.package/GRUtf8CodecStream.class/README.md renamed to repository/Grease-GemStone300-Core.package/GRUtf8CodecStream.class/README.md

File renamed without changes.

0 commit comments

Comments
 (0)
X Tutup