Summary
Strip-syntax does not strip syntax from vector literals
Metadata
- Id: f6582e966a6b2a9c4180d6d6a1c600938c67a974
- Trac id: 435
- Type: defect
- Reporter: sjamaan
- Owner: felix
- Cc:
- Status: closed
- Component: expander
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.9.0
- Version: 4.6.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2010-11-28 16:35:40 UTC
- Keywords: strip-syntax
Attachments
- f6582e966a6b2a9c4180d6d6a1c600938c67a974/attachments/strip-vectors-syntax.patch
Description
(let-syntax
((foo (syntax-rules ()
((_)
'#(b)))))
(foo))
=> #(b123)
Fix is simple; see the attached patch (also contains a test).
Changes and comments
[2010-11-28 16:35:52 UTC] sjamaan attached strip-vectors-syntax.patch (description=Fix)
[2010-11-29 12:48:43 UTC] felix changed status from new to closed
[2010-11-29 12:48:43 UTC] felix set resolution to fixed
[2010-11-29 12:48:43 UTC] felix wrote:
Thanks, sjamaan.
[2011-06-01 09:00:41 UTC] felix changed milestone from 4.7.0 to 4.8.0
[2011-06-01 09:00:41 UTC] felix wrote:
Milestone 4.7.0 deleted
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted