This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Re: Is there a limit on nesting of requires?
- From: alex mitchell <alexm at nus dot edu dot sg>
- To: Per Bothner <per at bothner dot com>
- Cc: "kawa at sources dot redhat dot com" <kawa at sources dot redhat dot com>
- Date: Sun, 17 May 2009 02:21:01 +0800
- Subject: Re: Is there a limit on nesting of requires?
Hi Per,
I've just grabbed the latest source from svn, and my code works now. Thanks
so much for fixing this so quickly!
Alex
On 5/16/09 2:43 PM, "Per Bothner" <per@bothner.com> wrote:
> On 05/13/2009 07:21 PM, alex mitchell wrote:
>> I keep coming across unexpected "java.lang.NoClassDefFoundError" errors. I
>> think I've isolated it.
>
> I checked in a fix. The problem was as suspected Compilation.usedClass.
> Specifically that usedClass does nothing if the ArrayClassLoader hasn't
> created yet - and with your example the ArrayClassLoader was created too
> late. Fixing that caused other problems, and uncovered a buglet.
>
> Thanks for the clean bug-report. I'll try to add it to the test-suite.