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


Why is this happening?

> (static-field gnu.kawa.lispexpr.LispPackage 'currentPackage))
java.lang.RuntimeException: no such class: gnu.kawa.lispexpr
[..]
> (static-field gnu.text.PrettyWriter 'lineLengthLoc)
gnu.mapping.ThreadLocation[line-length/(dynamic)]

I'm having a hard time figuring out what's special about
gnu.kawa.lispexpr that stopping ObjectType#getReflectType from picking
up my class. I'll be using this to make a ThreadLocation for
*package*.

Charles.


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