Skip to content

Bind package to cl user

Robert Goldman requested to merge bind-package-to-cl-user into master

Bind the value of *package* to common-lisp-user package when compiling or loading lisp code. This binding can be overridden, but avoids anomalies that happen when ASDF is executed in an odd *package* context. See #124 (closed)

Edited by Robert Goldman

Merge request reports