Hi All,
code as in the double bars forming the end of block arguments and the beginning of block temporaries in
This is fixed in Pharo4 (I think we did that in Pharo3 already):
I should search the issue in the issue tracker��� it seems to be Pharo4, so just
1296 closed issues to check there���I will search for it.
Another question: In the code I saw. ReadOnlyVariableBinding. I removed that in Pharo relatively early as it was not used:
half of the classes were stored that binding (old ones) all newer ones where just associations.
The code to make a binding "read only" was never called.
Is this now used in Squeak? Is it worth the complexity?
Marcus