chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #435: Strip-syntax does not strip syntax from vector


From: Chicken Trac
Subject: [Chicken-janitors] #435: Strip-syntax does not strip syntax from vector literals
Date: Sun, 28 Nov 2010 15:35:40 -0000

#435: Strip-syntax does not strip syntax from vector literals
--------------------------+-------------------------------------------------
 Reporter:  sjamaan       |       Owner:  felix
     Type:  defect        |      Status:  new  
 Priority:  minor         |   Milestone:  4.7.0
Component:  expander      |     Version:  4.6.x
 Keywords:  strip-syntax  |  
--------------------------+-------------------------------------------------
 {{{
 (let-syntax
     ((foo (syntax-rules ()
             ((_)
              '#(b)))))
   (foo))
 => #(b123)
 }}}

 Fix is simple; see the attached patch (also contains a test).

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/435>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]