[armedbear-ticket] [armedbear] #311: UIOP fails to load
armedbear
armedbear-devel at common-lisp.net
Wed Mar 27 10:39:39 UTC 2013
#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
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/311#comment:5>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list