This is the mail archive of the kawa@sourceware.org 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: GSOC | Extending Common Lisp support


Hello,

Most of the code for DEFPACKAGE and friends is now written, I'm
currently testing and finding lots of bugs. I've run into a problem
with the code attached.

#|kawa:1|# (defpackage "GF" (:use 'cl))
/dev/stdin:1:1: evaluating syntax transformer 'defpackage' threw
java.lang.ClassCastException: java.lang.String cannot be cast to
gnu.text.Char

I've no idea what this is pointing to. I don't see where gnu.text.Char
is coming into play. Sorry about dumping out-of-context code on you, I
was hoping I'm being silly and the error is obvious to fresh eyes! Any
pointers on how I might get more information with macro problems? Are
stack traces possible?

Charlie.

Attachment: mac-prob.txt
Description: Text document


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