chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #336: format-compiler-base overwrites previous defini


From: Chicken Trac
Subject: [Chicken-janitors] #336: format-compiler-base overwrites previous definition of `format'
Date: Mon, 16 Aug 2010 13:49:43 -0000

#336: format-compiler-base overwrites previous definition of `format'
-----------------------------+----------------------------------------------
 Reporter:  felix            |       Owner:       
     Type:  defect           |      Status:  new  
 Priority:  major            |   Milestone:       
Component:  extensions       |     Version:  4.5.x
 Keywords:  format-compiler  |  
-----------------------------+----------------------------------------------
 The `format-compiler-base` module imports the `extras` unit and so
 overwrites the existing version of `format`. Better would be:

 {{{
 (require-library extras)

 (module format-compiler-base ...

 (import (except extras format))
 ...
 }}}

 (newer version of chicken support the `except` directly in `require-
 extension`, but this variant works with older versions)

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