Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.713.mcz==================== Summary ====================
Name: Collections-mt.713
Author: mt
Time: 17 August 2016, 5:53:25.818397 pm
UUID: 9ae54fc6-0cc6-f243-abd7-b2510484603c
Ancestors: Collections-mt.712
Revert previous change because Collections have no dependency on System.
=============== Diff against Collections-mt.712 ===============
Item was changed:
----- Method: TextDoIt>>actOnClickFor: (in category 'as yet unclassified') -----
actOnClickFor: anObject
"Note: evalString gets evaluated IN THE CONTEXT OF anObject
-- meaning that self and all instVars are accessible"
+ Compiler evaluate: evalString for: anObject.
- Project current addDeferredUIMessage: [Compiler evaluate: evalString for: anObject].
^ true !