Add a namespace slot to deprecation information
commit1bd0716c555b2c336877ba1b949449fc7fc670eb
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Thu, 9 Jul 2015 11:13:35 +0000 (9 13:13 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Wed, 29 Jul 2015 18:26:32 +0000 (29 20:26 +0200)
tree01fae08662d4026e89ad1885df10c6cccd718969
parent152b68d61a8d5e616264534fcfad5d6894f3ae3f
Add a namespace slot to deprecation information

Among other things, this allows signaled conditions to report

  "The function SB-EXT:QUIT has been deprecated ..."

instead of just

  "SB-EXT:QUIT has been deprecated ..."
package-data-list.lisp-expr
src/code/condition.lisp
src/code/early-extensions.lisp
src/code/symbol.lisp
src/code/thread.lisp
src/compiler/policy.lisp