#435 closed defect (fixed)
Strip-syntax does not strip syntax from vector literals
| Reported by: | sjamaan | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | minor | Milestone: | 4.9.0 |
| Component: | expander | Version: | 4.6.x |
| Keywords: | strip-syntax | Cc: | |
| Estimated difficulty: |
Description
(let-syntax
((foo (syntax-rules ()
((_)
'#(b)))))
(foo))
=> #(b123)
Fix is simple; see the attached patch (also contains a test).
Attachments (1)
Note: See
TracTickets for help on using
tickets.

Fix