Summary

Strip-syntax does not strip syntax from vector literals

Metadata

Attachments

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