chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #854: Sometimes additional import libraries are expor


From: Chicken Trac
Subject: [Chicken-janitors] #854: Sometimes additional import libraries are exported when using the -j switch
Date: Fri, 18 May 2012 18:14:30 -0000

#854: Sometimes additional import libraries are exported when using the -j 
switch
----------------------+-----------------------------------------------------
 Reporter:  sjamaan   |       Owner:  felix
     Type:  defect    |      Status:  new  
 Priority:  minor     |   Milestone:  4.9.0
Component:  compiler  |     Version:  4.7.x
 Keywords:            |  
----------------------+-----------------------------------------------------
 This can be seen with the {{{prometheus}}} egg.

 Just run {{{csc -s -j hermes hermes.scm}}} and you'll see it will have
 written both {{{hermes.import.scm}}} and {{{_hermes.import.scm}}}; the
 latter wasn't requested, and this in fact clobbers the custom hand-crafted
 import file with a generic one, which breaks the egg.

 As a workaround, the import libraries are now shipped with the egg instead
 of emitting them every time the libraries are compiled.

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