Fix interaction of :LOCAL-NICKNAMES and :LOCK DEFPACKAGE options
commit0c2bd18465bf07a0f6b6382de66248ce2056bf8f
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Thu, 4 Aug 2016 17:31:50 +0000 (4 19:31 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Thu, 4 Aug 2016 19:25:51 +0000 (4 21:25 +0200)
tree027624d7cd1acfae798d8ea4bb4dbc010c03816a
parent20163f0a7baa2118e3eb0585640e36305883acb7
Fix interaction of :LOCAL-NICKNAMES and :LOCK DEFPACKAGE options

Previously, a DEFPACKAGE form containing the :LOCAL-NICKNAMES and :LOCK
options signaled an error unconditionally.
NEWS
src/code/defpackage.lisp
tests/package-locks.impure.lisp
tests/packages.impure.lisp