Re: bug in imports obarray?

2010-04-08 Thread Ludovic Courtès
Hello,

Andy Wingo wi...@pobox.com writes:

 I'm pretty sure this is a bug. We should have module-use! clear entries
 from the cache -- all entries, probably. The normal case is for all
 module-use! statements to be executed before before the module is made
 current.

You must be right.  The problem doesn’t occur when processing a single
define-module or use-modules clause, because obviously the imported
binding cache is still empty at that point.

Thanks,
Ludo’.





Re: bug in imports obarray?

2010-04-08 Thread Andy Wingo
Hi!

On Thu 08 Apr 2010 22:47, l...@gnu.org (Ludovic Courtès) writes:

 Andy Wingo wi...@pobox.com writes:

 I'm pretty sure this is a bug. We should have module-use! clear entries
 from the cache -- all entries, probably. The normal case is for all
 module-use! statements to be executed before before the module is made
 current.

 You must be right.  The problem doesn’t occur when processing a single
 define-module or use-modules clause, because obviously the imported
 binding cache is still empty at that point.

I'm glad you concur, selfishly, as I don't need to revert any patches
now :)

Thanks for the review!

Andy
-- 
http://wingolog.org/