chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #511: Syntax-rules expansion uses unprefixed iden


From: Chicken Trac
Subject: [Chicken-janitors] Re: #511: Syntax-rules expansion uses unprefixed identifiers which can be captured by module imports
Date: Tue, 22 Feb 2011 21:05:49 -0000

#511: Syntax-rules expansion uses unprefixed identifiers which can be captured 
by
module imports
-----------------------+----------------------------------------------------
  Reporter:  sjamaan   |       Owner:  felix                       
      Type:  defect    |      Status:  assigned                    
  Priority:  critical  |   Milestone:  4.7.0                       
 Component:  expander  |     Version:  4.6.x                       
Resolution:            |    Keywords:  declare, macro-expanded code
-----------------------+----------------------------------------------------

Comment(by sjamaan):

 I mean I'm not able to reproduce this in a simple testcase!

 I can easily reproduce it with the above code snippet in the second
 comment here, after I change this line in synrules.scm:

 {{{
   (define %length '##sys#length)
 }}}

 to

 {{{
   (define %length (r 'length)
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/511#comment:12>
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]