]> birchwood-abbey.net Git - mit-scheme.git/commit
Provide uniform mechanism to for environment names.
authorChris Hanson <org/chris-hanson/cph>
Sun, 11 Sep 2022 06:10:46 +0000 (23:10 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 11 Sep 2022 06:10:46 +0000 (23:10 -0700)
commit56e1a12439628e4424b8c3ce2a3118449db509ab
tree3508dcd12d0d69fec4d30c50334f8deb24f376eb
parent6b1dc52ce26921e0b68b4103828ed6e19e1f8fb0
Provide uniform mechanism to for environment names.

Previously we called environment->package and used the name of the returned
package, if any.  Now there is environment-name and some other procedures that
get the name, whether it's a package or a library.
12 files changed:
src/edwin/debug.scm
src/runtime/apropos.scm
src/runtime/dbgutl.scm
src/runtime/debug.scm
src/runtime/environment.scm
src/runtime/library-loader.scm
src/runtime/rep-ui.scm
src/runtime/rep.scm
src/runtime/runtime.pkg
src/runtime/stack-sample.scm
src/runtime/swank.scm
tests/check.scm