chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #387: import without warnings


From: Chicken Trac
Subject: [Chicken-janitors] #387: import without warnings
Date: Wed, 15 Sep 2010 14:03:31 -0000

#387: import without warnings
-------------------------+--------------------------------------------------
 Reporter:  ashinn       |       Owner:       
     Type:  enhancement  |      Status:  new  
 Priority:  major        |   Milestone:  4.7.0
Component:  unknown      |     Version:  4.6.x
 Keywords:               |  
-------------------------+--------------------------------------------------
 Currently when you import from a module which hasn't
 been required yet you get runtime warnings, like:

   Warning: the following toplevel variables are referenced but unbound:
     json#json-write (in json-write)
     json#json-write (in json-write)

 For implementing autoload it would be convenient to
 be able to suppress this warning, such as with

   (import-without-warning <import-spec>)

 or

   (import-unbound <import-spec>)

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