bug-guile
[Top][All Lists]
Advanced

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

Re: use-modules does not signal error on non-existing modules


From: Marius Vollmer
Subject: Re: use-modules does not signal error on non-existing modules
Date: 15 May 2001 02:49:32 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Martin Grabmueller <address@hidden> writes:

> Hello list,
> 
> I suppose this is related to the recent module system changes:
> 
> address@hidden (~/cvs/guile/guile-core/libguile): 
> GUILE_LOAD_PATH=/home/mgrabmue/cvs/guile/guile-core ./guile
> guile> (use-modules (definitely not installed module))
> guile> (use-modules (please signal a file-not-found error or something else))
> guile> 

Right, Guile used to issue a "no such module" error.  It doesn't
becvause `resolve-interface' construct a interface when the module
doesn't already have one.  I think the whole logic how it is decided
whether a module exists or not could need some clean up.



reply via email to

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