Re: psyntax error reporting bug

2009-10-19 Thread Ludovic Courtès
Applied, thanks! Ludo'.

Re: psyntax error reporting bug

2009-10-19 Thread Andy Wingo
Hi Julian, On Mon 19 Oct 2009 00:05, Julian Graham writes: > Done! See attached. Looks right to me, please commit :-) Andy > From 48128b32d7f9d9613e46b61a3c695d786152fb67 Mon Sep 17 00:00:00 2001 > From: Julian Graham > Date: Sun, 18 Oct 2009 17:56:13 -0400 > Subject: [PATCH] Fix typo in ps

Re: psyntax error reporting bug

2009-10-18 Thread Julian Graham
Hi Ludo, > Andy is the expert, but I think such a patch can’t hurt, so please do! Done! See attached. Regards, Julian From 48128b32d7f9d9613e46b61a3c695d786152fb67 Mon Sep 17 00:00:00 2001 From: Julian Graham Date: Sun, 18 Oct 2009 17:56:13 -0400 Subject: [PATCH] Fix typo in psyntax.scm relat

Re: psyntax error reporting bug

2009-10-18 Thread Ludovic Courtès
Hello! Julian Graham writes: > I'm no psyntax expert, but it looks like there's a minor typo in our > psyntax implementation. In psyntax.scm, at line 1325 (in > `chi-macro'), the expression: > > (syntax-violation #f "encountered raw symbol in macro output" > (source-wrap e w s mod) x) > > ...sh

psyntax error reporting bug

2009-10-18 Thread Julian Graham
Hi Guilers, I'm no psyntax expert, but it looks like there's a minor typo in our psyntax implementation. In psyntax.scm, at line 1325 (in `chi-macro'), the expression: (syntax-violation #f "encountered raw symbol in macro output" (source-wrap e w s mod) x) ...should read: (syntax-violation #f