chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #700: requiring uncompiled extensions that use `u


From: Chicken Trac
Subject: Re: [Chicken-janitors] #700: requiring uncompiled extensions that use `use' fails
Date: Sun, 01 Jul 2012 12:30:30 -0000

#700: requiring uncompiled extensions that use `use' fails
-----------------------+----------------------------------------------------
  Reporter:  syn       |       Owner:  sjamaan
      Type:  defect    |      Status:  new    
  Priority:  minor     |   Milestone:  4.8.0  
 Component:  compiler  |     Version:  4.7.x  
Resolution:            |    Keywords:         
-----------------------+----------------------------------------------------

Comment(by sjamaan):

 I think I see the problem. You're using require-library, which just loads
 the code. It doesn't load the import library, which require-extension, use
 or import would do. The import library handles the loading of the
 dependencies of a module.

 In csi some libraries are always available without importing them
 explicitly.

 Looks like this works as designed...

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