Re: [perl #52932] AutoReply: [PATCH] Eclectus: Use SRFI-9 records

2008-04-15 Thread Andreas Rottmann
Oops, hit send too fast. Here's the patch. Use SRFI-9 (Records) From: Andreas Rottmann [EMAIL PROTECTED] --- languages/eclectus/compiler.scm |6 +- languages/eclectus/gauche/prelude.scm | 10 -- languages/eclectus/guile/prelude.scm | 10 -- 3 files changed

Re: [perl #52664] AutoReply: [PATCH] Eclectus: Implement proper quoting

2008-04-09 Thread Andreas Rottmann
The quoting.patch contained a spurious change to t/harness; the new, attached patch fixes this. Implement quotating, and make () (without quote) a syntax error From: Andreas Rottmann [EMAIL PROTECTED] --- languages/eclectus/compiler.scm | 92