[Jruby-devel] Re: Patch: really big CRef fix, contination or completion of Tom's patch

2006-01-31 Thread Charles O Nutter
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

Re: [Jruby-devel] Building from CVS head: get NPE on ASTSerializer serializing zlib.rb

2006-01-31 Thread Charles O Nutter
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

Re: [Jruby-devel] Building from CVS head: get NPE on ASTSerializer serializing zlib.rb

2006-01-31 Thread Charles O Nutter
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