April 19, 2018
2:51 p.m.
Sean P. DeNigris wrote
Question #4: Given: Object subclass: #MyClass slots: { #var1 => MySlot } classVariables: { } category: '' and MyClass >>#var1: anObject var1 := anObject MySlot>#write:to: doesn't seem to be sent when I `myClassInstance var1: 2`. I tried to insert a halt, 1 inspect, etc. I am able to intercept #read: on the other hand
All issues from this thread seem to be resolved in latest Pharo 7, except the above. This seems like a bug if IIUC. Can anyone confirm? ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html