#311: UIOP fails to load ---------------------------------------------+------------------------------ Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: interpreter | Version: 1.2.0-dev Keywords: quicklisp uiop ansi-conformance | ---------------------------------------------+------------------------------
Comment(by mevenson):
Reproducible case: {{{ (defpackage a (:export :foo))
(defpackage b (:use a) (:export :foo))
(unexport 'a:foo :a)
(unexport 'b:foo :b) }}}
will error with {{{ The symbol A::FOO is not accessible in package B }}}