* ...faster to fix when the error tells you what the problematic
symbol was.
*cl-package*
;; ordinary case
(let ((result (symbol-package symbol)))
+ (unless (package-ok-for-target-symbol-p result)
+ (bug "~A in bad package for target: ~A" symbol result))
(aver (package-ok-for-target-symbol-p result))
result))))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.16.23"
+"1.0.16.24"