This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bug-report


ygrats@gmx.net writes:

> kawa fails to load/compile the portable regular expressions by dorai
> sitaram.

I started taking a look at this, but I needed to work on something else
first.  I'll get back to it something this week.

> additionally, if I define:
> 
> (define (fac x save)
>   (cond ((eq? x 0) 1)
>         ((eq? x 1) 1)
>         (else
>          (* x (fac (- x 1))))))
> 
> kawa complains (right), but I guess it should not quit, as it does:
> 
> ==>
> <stdin>:144:11: warning - too few args for fac
> <stdin>:144:11: internal error while compiling - caught:
> java.lang.NullPointerException: 

I fixed this recently, but I haven't checked it in.  it should
be fixed in the next snapshot.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]