Skip to content
Snippets Groups Projects
Commit 32bf1a28 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Don't individually invalidate functions

It's not required anymore, since we now wholly punt when upgrading from
an ancient ASDF 1 or 2, regardless of the implementation.
parent 42425e28
No related branches found
No related tags found
No related merge requests found
...@@ -90,21 +90,7 @@ previously-loaded version of ASDF." ...@@ -90,21 +90,7 @@ previously-loaded version of ASDF."
(let ((redefined-functions ;; gf signature and/or semantics changed incompatibly. Oops. (let ((redefined-functions ;; gf signature and/or semantics changed incompatibly. Oops.
;; NB: it's too late to do anything about functions in UIOP! ;; NB: it's too late to do anything about functions in UIOP!
;; If you introduce some critically incompatibility there, you must change name. ;; If you introduce some critically incompatibility there, you must change name.
'(#:component-relative-pathname #:component-parent-pathname ;; component '()) ;; empty now that we don't unintern, but wholly punt on ASDF 2.26 or earlier.
#:source-file-type
#:find-system #:system-source-file #:system-relative-pathname ;; system
#:find-component ;; find-component
#:explain #:perform #:perform-with-restarts #:input-files #:output-files ;; action
#:component-depends-on #:operation-done-p #:component-depends-on
#:traverse ;; backward-interface
#:map-direct-dependencies #:reduce-direct-dependencies #:direct-dependencies ;; plan
#:operate ;; operate
#:parse-component-form ;; defsystem
#:apply-output-translations ;; output-translations
#:process-output-translations-directive
#:inherit-source-registry #:process-source-registry ;; source-registry
#:process-source-registry-directive
#:trivial-system-p)) ;; bundle
(redefined-classes (redefined-classes
;; redefining the classes causes interim circularities ;; redefining the classes causes interim circularities
;; with the old ASDF during upgrade, and many implementations bork ;; with the old ASDF during upgrade, and many implementations bork
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment