"Document" the `set-module-eval-closure!' weak hash table glitch.
authorLudovic Courtès <ludo@gnu.org>
Tue, 15 Sep 2009 20:31:45 +0000 (22:31 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 15 Sep 2009 20:31:45 +0000 (22:31 +0200)
commit0a9a6d142269d54b572d19fb958309be2b5b8818
treead028b847a70e77bd6f99072ed08b2bfc4740a9e
parent4c0fc0070257cff52d14b340b94d7d05c0ef7260
"Document" the `set-module-eval-closure!' weak hash table glitch.

* module/ice-9/boot-9.scm (set-module-eval-closure!): Add link to an
  explanation.

* test-suite/tests/gc.test ("gc")["Unused modules are removed"]:
  Increase the `cleanup' loop.
module/ice-9/boot-9.scm
test-suite/tests/gc.test