bug-report

Per Bothner per@bothner.com
Tue Aug 1 17:04:00 GMT 2000


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/


More information about the Kawa mailing list