This is the mail archive of the
kawa@sources.redhat.com
mailing list for the Kawa project.
Re: Portable Syntax Case
Adam Warner wrote:
Through trial and error I have managed to trim a test case down to
around 200 lines of code.
I got it down to 10 lines:
(test "Test." 'from-psyntax
((lambda ()
(letrec ((topfun
(lambda (marks)
((lambda ()
((lambda ()
(lambda () marks)))))))
(chifun
(lambda () (list topfun))))
"Test."))))
It's important to minimize the testcases, not just to simplify
debugging, but also to add them to the testsuite (which I did).
I checked in a patch.
--
--Per Bothner
per@bothner.com http://per.bothner.com/