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


On 28 June 2012 21:43, Per Bothner <per@bothner.com> wrote:
> What I do in such cases is search for the error message
> "evaluating syntax transformer" in the source code, and then I
> put a printStackTrace there (or breakpoint if you use a debugger).

Thanks Per, that method pointed out my mistake, which was using the
STRING function from kawa.lib.strings rather than the temporary
TOSTRING function I created in primitives.lisp.

Charlie.


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