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]
Other format: [Raw text]

Re: defmacro: Null pointer exceptions with compiled files


On Sun, 2004-05-30 at 16:14, Chris Dean wrote:
> > However, I do want "Files compilation" to work more-or-less
> > transparently like other Lisp/Scheme systems that support
> > compilation. As far I can tell, your test case *should* work.
> 
> I don't think this has ever worked for me!  Funny.  I guess I've
> internalized that load is just different in Kawa - even if it's not!

Discussing archive compilation the manual states: "This should have the
same effect as loading foo.scm, except you will get the faster
byte-compiled versions."

I've narrowed down the apparent regression to between 2004-05-04 and
2004-05-17. kawa -C inc-and-dec.scm & require without (module-static #t)
works on the version I compiled 2004-05-04 and doesn't work on the next
version I compiled 2004-05-17.

Regards,
Adam


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