chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #73: building an extension will prefer already instal


From: Chicken Trac
Subject: [Chicken-janitors] #73: building an extension will prefer already installed eggs over currently built ones
Date: Fri, 04 Sep 2009 13:48:04 -0000

#73: building an extension will prefer already installed eggs over currently
built ones
----------------------+-----------------------------------------------------
 Reporter:  felix     |       Owner:       
     Type:  defect    |      Status:  new  
 Priority:  major     |   Milestone:  4.3.0
Component:  compiler  |     Version:  4.1.x
 Keywords:            |  
----------------------+-----------------------------------------------------
 Building an extension may need to load extensions/.so's that have just
 been produced by the current installation process, but require'ing
 extensions will always look in the repository first (and possibly load an
 obsolete version, if the extension has been installed at an earlier
 point).

 We should provide an option (csc + chicken) that forces the search/load
 order to look in the current directory first. Note that the correct order
 for normal use should stay repo-first, then current directory, or random
 files in the current directory may break applications. `chicken-install`
 should invoke csc with the extra option.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/73>
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]