This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A module system should resolve, not introduce, name conflicts




> If you use `(module (my test) (open (ice-9 debug)))' they aren't,

Just checked it: In fact they are. This is a bug.

If you use the primitive (module-open ) instead of 
(module (my test) (open )) you'll get the desired behaviour.


Jost

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]