resolve-module #:ensure argument
authorAndy Wingo <wingo@pobox.com>
Thu, 10 Jun 2010 17:59:17 +0000 (19:59 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 10 Jun 2010 18:03:15 +0000 (20:03 +0200)
commit7e3147666b0bb2366cfaf0ce34a11147f7f55e8f
tree1671bfdbcb85bf54da7a7f4c9cd65b05a0d15069
parent5a8fc758b094b7bdba83d63d385016960434ce9d
resolve-module #:ensure argument

* module/ice-9/boot-9.scm (resolve-module): Add #:ensure kwarg,
  defaulting to true. If true we make an empty module if none was found
  (the old behavior). Otherwise we return false.

* test-suite/tests/modules.test ("resolve-module"): Add tests for old
  and new behavior.
module/ice-9/boot-9.scm
test-suite/tests/modules.test