deprecate %app
authorAndy Wingo <wingo@pobox.com>
Thu, 22 Apr 2010 13:25:09 +0000 (15:25 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 22 Apr 2010 13:37:04 +0000 (15:37 +0200)
commitcb67c838f5658a74793f593c342873d32e4a145c
tree2d211cdc916653ab6a32e3d46df5349951ad8f10
parentbbd1d13333ad095cc7f0324a0dd3e9ee0d4703ad
deprecate %app

* module/ice-9/boot-9.scm (module-name): Don't rely on (%app modules),
  use other tricks to name anonymous modules.
  (resolve-module): Instead of relying on %app, close over the root of
  the module hierarchy -- the module that was '(%app modules).

* module/ice-9/deprecated.scm (%app): Provide a compatible %app shim.
module/ice-9/boot-9.scm
module/ice-9/deprecated.scm