I hate when I do that. Patch attached.

On 1/22/06, Charles O Nutter <[EMAIL PROTECTED]> wrote:
> This fix allows the module/class comparison operators to work like
> they're supposed to: returning nil when two compared classes are on
> different branches of the hierarchy. I found this issue running C
> ruby's test_const. It runs 100% now.
>
> I'm still not happy with the way it's doing the comparison (checking
> for == in the method lists has always been and still is an UGLY hack)
> but I didn't address that in this patch.
>
> Patch was made against cnutter_work1, but should apply fine to HEAD.
> Please confirm.
>
> - Charlie
>

Attachment: module_operator_fix.patch
Description: Binary data



Reply via email to