#156 closed defect (fixed)
unquote-splicing still broken
Reported by: | Jim Ursetto | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | expander | Version: | 4.3.x |
Keywords: | Cc: | ||
Estimated difficulty: |
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.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 0001-Hopefully-fix-unquote-splicing-for-real.patch added |
---|
comment:1 Changed 15 years ago by
Component: | unknown → expander |
---|---|
Owner: | set to felix winkelmann |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks, patch applied.