On linux, all the upgrade tests just passed for me with the single...
exception of MKCL. I don't know what's going on with the following:
; Upgraded ASDF from version 3.0.3.0.1 to version 3.1.0.116
;; ASDF, version 3.1.0.116
;;; Warning: The following packages were referenced in compiled file
(/home/rpg/common-lisp/asdf/bu\
ild/asdf.lisp) but do not exist yet: (ASDF/PARSE-DEFSYSTEM).
Testing it
Excessive universal-error-handler depth! Probable infinite recursion!
When I start up MKCL, and push /home/rpg/common-lisp/asdf/ and
/home/rpg/common-lisp/asdf/uiop/ onto asdf:*central-registry*, then
(asdf:component-pathname (asdf:find-system "asdf")) does the right thing
and (asdf:load-system "asdf") completes, returning T, and afterwards
(ASDF:ASDF-VERSION) returns 3.1.0.116
So it seems like this might be a bug with the test infrastructure,
instead of a bug with the actual upgrade.