Potential bug in becomeForward:, need help!

Randal L. Schwartz merlyn at stonehenge.com
Fri May 17 19:34:33 UTC 2002


>>>>> "Chris" == Chris Muller <afunkyobject at yahoo.com> writes:


Chris> Ehh, do you think it would work?  For added safety, maybe it would be worth the
Chris> cost to verify what we find respondsTo: #rehash..

It would seem the problem is that #hash is being processed locally,
rather than being forwarded to the real object.  Can't #hash
be trapped and handled specially?  How in the world is the IdentitySet
getting the hash value of the forwarder instead of the final object?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



More information about the Squeak-dev mailing list