fix bug when importing bindings that were already imported and used
authorAndy Wingo <wingo@pobox.com>
Wed, 7 Apr 2010 22:29:52 +0000 (00:29 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 7 Apr 2010 22:29:52 +0000 (00:29 +0200)
commit8f44138ac6c91d9e20c3557ee6e5389900a7730e
treeece173599836ba031d76400d62c86d104e7582a4
parentde9df04a0ce8b87e5843b0fcdfcf105437618492
fix bug when importing bindings that were already imported and used

* module/ice-9/boot-9.scm (module-use!, module-use-interfaces!): When
  adding the module or interface to the use list, clear the cached
  imports obarray.

  The test case is coming next.
module/ice-9/boot-9.scm