Marcel Taeumel uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-mt.75.mcz==================== Summary ====================
Name: Environments-mt.75
Author: mt
Time: 22 July 2019, 10:02:11.8399 am
UUID: 3e91a5a9-61c6-426d-8797-ca99a2fe8422
Ancestors: Environments-mt.74
Addition to Collections-mt.845.
=============== Diff against Environments-mt.74 ===============
Item was removed:
- ----- Method: Binding>>allLiteralsDo: (in category 'literals') -----
- allLiteralsDo: aBlock
-
- "I am a literal."
- aBlock value: self.
-
- self key allLiteralsDo: aBlock.
- self value allLiteralsDo: aBlock.!
Item was removed:
- ----- Method: Global>>literalEqual: (in category 'literals') -----
- literalEqual: other
- "Globals are only equal to themselves, since another global with the same
- name could have a different value in the future."
-
- ^ self == other!