Skip to content

Commit

Permalink
Patch RBCommentChange>>primitiveExecute
Browse files Browse the repository at this point in the history
RBCommentChange>>primitiveExecute triggers a buggy announcement after changing the class comment.
  • Loading branch information
chisandrei committed Dec 13, 2022
1 parent 0b7659b commit 9577b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/st/load-patches.st
Expand Up @@ -264,6 +264,10 @@ ShMetaclassChangeDetector compile:
yourself}'
classified: (ShMetaclassChangeDetector >> #newChanges) protocol.

RBCommentChange compile: 'primitiveExecute
self changeClass classComment: comment stamp: self changeStamp.'
classified: (RBCommentChange >> #primitiveExecute) protocol.

ZnHTTPSTest removeSelector: #testGForceInria.
NonInteractiveTranscript stdout
nextPutAll: ' ZnHTTPSTest>>#testGForceInria removed.'; cr.
Expand Down

0 comments on commit 9577b11

Please sign in to comment.