There's a standing question whether the parentModule should be
maintained in RubyModule. So far, eliminating it does not appear to
have broken anything, but I see where it could become confused.
parentModule was used incorrectly for finding constants, but it was
perhaps correctly used for Module#ge
That should be fixed now on HEAD and my branched.
On 1/31/06, Charles O Nutter <[EMAIL PROTECTED]> wrote:
> Yeah, noticed the NPE, but it doesn't hurt anything. I hadn't gotten
> around to hunting down why it was failing, but all it prevents is
> zlib.rb from serializing. I'll give it a little fix
Yeah, noticed the NPE, but it doesn't hurt anything. I hadn't gotten
around to hunting down why it was failing, but all it prevents is
zlib.rb from serializing. I'll give it a little fixin and it should be
right as rain. Thanks!
- Charlie
On 1/30/06, Tim Azzopardi <[EMAIL PROTECTED]> wrote:
> Wel