kawa-commonlisp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Kawa-commonlisp-dev] [PATCH] Type refactoring.


From: Per Bothner
Subject: Re: [Kawa-commonlisp-dev] [PATCH] Type refactoring.
Date: Sat, 20 Oct 2012 12:40:49 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121009 Thunderbird/16.0

Anyway, when you have an updated patch I'll check it out.

I tried it - no regressions that I can see.

I've attached it. It causes a a problem with RunTestScript on my
computer, seems like the process.waitFor() in RunTestScript never
returns.  I've no idea why, can someone check if this is a problem on
their computer? I'm not sure what changes I've made that could be
causing this.

In CommonLisp#getNamedType the final:
    return getNamedType(name);
needs to be:
    return super.getNamedType(name);
I think that counts as an "oops".

I'm reviewing the patch.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]