On Tue, Dec 9, 2014 at 8:02 AM, Craig Latta <craig@netjam.org> wrote:
>
>> Do your pool references end up being valid?
>
>�� �� �� Aha, the answer is no. So, I had to put some things in a separate
> package which must be loaded first. Among those things is a change
> required by a remote-object-aware version of
> IdentityDictionary>>scanFor:; the system was crashing when they were
> loaded in the wrong order.
Interesting.�� What did you have to do to #scanFor:, some kind of proxy
detection or something?
PS -- I agree with Eliot that MC _should_ handle compiling subclasses
of SharedPool first.�� I thought it did..