chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #882: * export and macros not working


From: Chicken Trac
Subject: [Chicken-janitors] #882: * export and macros not working
Date: Fri, 06 Jul 2012 11:41:08 -0000

#882: * export and macros not working
---------------------+------------------------------------------------------
 Reporter:  megane   |       Owner:       
     Type:  defect   |      Status:  new  
 Priority:  minor    |   Milestone:  4.8.0
Component:  unknown  |     Version:  4.7.x
 Keywords:           |  
---------------------+------------------------------------------------------
 There still seems to be problems with the * export list:

 {{{
 (module foo
         *
         (import chicken scheme)
         (define-syntax baz
           (lambda _
             ''foo)))

 (module bar
         *                       ; <- change to () and everything works
         (import chicken scheme)
         (import foo)
         (export baz))

 (import bar)
 (print (baz))

 ;; Warning: exported identifier of module `bar' has not been defined: baz

 ;; Error: module unresolved: bar
 }}}

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