a failed resolve-interface does not leave behind an empty module
authorAndy Wingo <wingo@pobox.com>
Fri, 11 Jun 2010 10:55:44 +0000 (12:55 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 11 Jun 2010 14:58:31 +0000 (16:58 +0200)
commit47aabe86ca1d0984bd9ded96e2261b9305a072bd
treeda23900591b899dc9abb0ea8ab0a075d4becf26e
parentbefd1df991b82954275d1a5f6c15130ce8d69ee7
a failed resolve-interface does not leave behind an empty module

* module/ice-9/boot-9.scm (resolve-interface): Pass #:ensure #f to
  resolve-module, so that in the case of module-not-found we don't leave
  behind an empty module without an interface.
module/ice-9/boot-9.scm