[Pharo-project] Monticello mirror not installing in Pharo 1.4
Jan. 16, 2012
6:46 p.m.
First, it needs ObjectAsMethodWrapper, which is not any more in the 1.4 image :) Second, ObjectAsMethodWrapper uses MethodReference, causing an infinite recursion when installing the mirror. I fixed this changing the method *#on:selector: *by on: aClass selector: aSelector ^self on: (RGMethodDefinition class: aClass selector: aSelector) Guille
5310
Age (days ago)
5310
Last active (days ago)
0 comments
1 participants
participants (1)
-
Guillermo Polito