[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange error from syntax transformer
From: |
Mark H Weaver |
Subject: |
Re: Strange error from syntax transformer |
Date: |
Thu, 03 Sep 2015 03:02:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Panicz Maciej Godek <address@hidden> writes:
> However, if I replace the primitive-lambda with regular lambda (which
> should refer to mlambda from (ice-9 nice-9)), I get the following error:
>
> ice-9/psyntax.scm:728:15: In procedure join-wraps:
> ice-9/psyntax.scm:728:15: In procedure car: Wrong type argument in position
> 1 (expecting pair): #(syntax-object the-args
[...]
This turned out to be a bug in our macro expander, introduced in commit
aa3819aa343b0ba39b3e6ca4fbf90f15a8e36cdf and fixed on the stable-2.0
branch by commit 3bda6eb9dfb14cf088e58de99825296a171ff4bf.
Thanks!
Mark