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: kawa hanging while running input-parse.scm




On 12/20/2014 10:44 AM, Seth Alves wrote:
That definitely changed something.  It may be fixed, but I'm not
sure, because I'm hitting another (unrelated?) problem in the same
code.  See attached for another boiled-down nonsense snippet.

Exception in thread "main" java.lang.InternalError at
gnu.bytecode.Label.setTypes(Label.java:103) at
gnu.bytecode.CodeAttr.emitGoto(CodeAttr.java:1609) at

This problem is very unrelated: The bug was that the begin macro wasn't
in scope in prim_syntax.scm ...  This would only a problem in
r7rs-library mode, where (begin ...) isn't automatically in scope.

I checked in a fix.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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