X Tutup
Skip to content

Commit d6d25d4

Browse files
committed
Issue SeasideSt#111: restore pre-3.6.0 behavior for Class>comment (i.e., return nil if no comment defined). New 3.6.0 behavior returned a GemStone-specific default comment.
1 parent 888e9a4 commit d6d25d4

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*grease-gemstone360-core
2+
comment
3+
"override new 3.6.0 comment implementation (answers default GemSTone class comment for
4+
class instead of nil) and restore pre-3.6.0 behavior (answer nil if no comment
5+
defined)"
6+
7+
"https://github.com/SeasideSt/Grease/issues/111"
8+
9+
^ self commentForFileout
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
"name" : "Class" }

repository/Grease-GemStone360-Core.package/Exception.extension/instance/messageText.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
messageText
33
"override new 3.6.0 messageText implementation to restore pre-3.6.0 behavior"
44
"https://github.com/SeasideSt/Grease/issues/111"
5-
^ gsDetails
5+
^ gsDetails

0 commit comments

Comments
 (0)
X Tutup