Summary
unquote-splicing still broken
Metadata
- Id: fc879e320efa2eeb30beac0666eff886f6e5921e
- Trac id: 156
- Type: defect
- Reporter: zbigniew
- Owner: felix
- Cc:
- Status: closed
- Component: expander
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.3.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2010-01-07 20:27:16 UTC
- Keywords:
Attachments
- fc879e320efa2eeb30beac0666eff886f6e5921e/attachments/0001-Hopefully-fix-unquote-splicing-for-real.patch
Description
Despite fix 39a2016 unquote-splicing still does not work: try `(a b `(c ,@'(d e f))) and get an error.
Attached patch seems to fix the problem.
If you use `git-am` to apply it, it will retain authorship information and log message automatically.
Changes and comments
[2010-01-07 20:43:09 UTC] zbigniew attached 0001-Hopefully-fix-unquote-splicing-for-real.patch (description=#f)
[2010-01-08 09:39:04 UTC] felix changed status from new to assigned
[2010-01-08 09:39:04 UTC] felix set owner to felix
[2010-01-08 09:39:04 UTC] felix changed component from unknown to expander
[2010-01-08 15:56:51 UTC] felix changed status from assigned to closed
[2010-01-08 15:56:51 UTC] felix set resolution to fixed
[2010-01-08 15:56:51 UTC] felix wrote:
Thanks, patch applied.