Martin Grabmueller <[EMAIL PROTECTED]> writes:

> Hello list,
> 
> I suppose this is related to the recent module system changes:
> 
> mgrabmue@tortoise (~/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.

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to