Re: [Pharo-project] type-inference: it works!
April 4, 2012
5:33 a.m.
It turns out that in Pharo we use Association and in Squeak we use ReadOnlyVariableBinding; by changing VariableNode >> #isSharedVarNode
You should think about cleaning that up... in the SystemDictonary, old classes are ReadOnlyVariableBinding, new ones are Associations. The code to make a binding into a ReadOnlyVariableBinding is never called... Marcus -- Marcus Denker -- http://marcusdenker.de
5231
Age (days ago)
5231
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marcus Denker