bug-guile
[Top][All Lists]
Advanced

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

Deprecated use of export by (ice-9 r5rs)


From: Neil Jerram
Subject: Deprecated use of export by (ice-9 r5rs)
Date: 13 Jul 2001 16:00:45 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

This is with the current CVS stable branch: [Fri Jul 13 16:00:06 2001
+0100]

address@hidden:~/Guile/1.5/guile-core$ export GUILE_WARN_DEPRECATED=detailed
address@hidden:~/Guile/1.5/guile-core$ guile -q
guile> (use-modules (ice-9 r5rs))
Using `export' to re-export imported bindings is deprecated.  Use `re-export' 
instead.
(You just re-exported `interaction-environment' from `(ice-9 r5rs)'.)
(You just re-exported `call-with-input-file' from `(ice-9 r5rs)'.)
(You just re-exported `call-with-output-file' from `(ice-9 r5rs)'.)
(You just re-exported `with-input-from-file' from `(ice-9 r5rs)'.)
(You just re-exported `with-output-to-file' from `(ice-9 r5rs)'.)
(You just re-exported `open-input-file' from `(ice-9 r5rs)'.)
(You just re-exported `open-output-file' from `(ice-9 r5rs)'.)
(You just re-exported `close-input-port' from `(ice-9 r5rs)'.)
(You just re-exported `close-output-port' from `(ice-9 r5rs)'.)
(You just re-exported `load' from `(ice-9 r5rs)'.)
guile> (quit)
address@hidden:~/Guile/1.5/guile-core$ 

        Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]