Skip to content

Commit 5e08f1d

Browse files
committed
BaselineOfGToolkitPrerequisites>>#applyPatchForPharo12SystemDictionaryAtPut update comment
This is fixed upstream by pharo-project/pharo#18807. Once we pick up that image BaselineOfGToolkitPrerequisites>>#applyPatchForPharo12SystemDictionaryAtPut should be removed.
1 parent c350e24 commit 5e08f1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/BaselineOfGToolkitPrerequisites/BaselineOfGToolkitPrerequisites.class.st

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,9 @@ BaselineOfGToolkitPrerequisites >> applyPatchForPharo12SystemDictionaryAtPut [
429429
fastForPharo13: []
430430
forPharo12: [ SystemDictionary compile:
431431
'at: aKey put: anObject
432-
"Override from Dictionary to check Undeclared and fix up
433-
references to undeclared variables."
432+
"Override from Dictionary to check Undeclared and fix up references to undeclared variables.
433+
This is fixed upstream by https://github.com/pharo-project/pharo/pull/18807.
434+
Once we pick up that image BaselineOfGToolkitPrerequisites>>#applyPatchForPharo12SystemDictionaryAtPut should be removed."
434435
| index assoc registeredMethods |
435436
aKey isSymbol ifFalse: [ self error: ''Only symbols are accepted as keys in SystemDictionary'' ].
436437

0 commit comments

Comments
 (0)