Loading bundle.lisp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ :asdf/action :asdf/lisp-action :asdf/plan :asdf/operate :asdf/defsystem) :asdf/action :asdf/lisp-action :asdf/plan :asdf/operate :asdf/defsystem) (:export (:export #:bundle-op #:bundle-type #:program-system #:bundle-op #:bundle-type #:program-system #:bundle-system #:bundle-pathname-type #:direct-dependency-files #:bundle-pathname-type #:direct-dependency-files #:monolithic-op #:monolithic-bundle-op #:operation-monolithic-p #:monolithic-op #:monolithic-bundle-op #:operation-monolithic-p #:basic-compile-bundle-op #:prepare-bundle-op #:basic-compile-bundle-op #:prepare-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op Loading doc/asdf.texinfo +2 −2 Original line number Original line Diff line number Diff line Loading @@ -948,8 +948,8 @@ make document-formatting the default operation invoked by @code{make}, instead of loading. If the system developer doesn't specify in the instead of loading. If the system developer doesn't specify in the system definition, the default operation will be loading. system definition, the default operation will be loading. @c FIXME: We seem to export @findex bundle-system also, that some ECL users seem to rely on. @c It's probably better that bundle operations have their own manual @c But it's probably better that bundle operations have their own manual chapter at some point. @c chapter at some point. @c FIXME: There should be a @defun for OPERATE, but there isn't. Not @c FIXME: There should be a @defun for OPERATE, but there isn't. Not Loading doc/exported-functions +0 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,6 @@ ALREADY-LOADED-SYSTEMS APPLY-OUTPUT-TRANSLATIONS APPLY-OUTPUT-TRANSLATIONS ASDF-MESSAGE ASDF-MESSAGE ASDF-VERSION ASDF-VERSION BUNDLE-SYSTEM CLEAR-CONFIGURATION CLEAR-CONFIGURATION CLEAR-OUTPUT-TRANSLATIONS CLEAR-OUTPUT-TRANSLATIONS CLEAR-SOURCE-REGISTRY CLEAR-SOURCE-REGISTRY Loading interface.lisp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ #:operation-done-p #:explain #:action-description #:component-sideway-dependencies #:operation-done-p #:explain #:action-description #:component-sideway-dependencies #:needed-in-image-p #:needed-in-image-p #:component-load-dependencies #:run-shell-command ; deprecated, do not use #:component-load-dependencies #:run-shell-command ; deprecated, do not use #:bundle-op #:monolithic-bundle-op #:precompiled-system #:compiled-file #:bundle-system #:bundle-op #:monolithic-bundle-op #:precompiled-system #:compiled-file #:program-system #:make-build #:program-system #:make-build #:basic-compile-bundle-op #:prepare-bundle-op #:basic-compile-bundle-op #:prepare-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op Loading test/test-utilities.script +0 −1 Original line number Original line Diff line number Diff line Loading @@ -274,7 +274,6 @@ asdf/bundle:user-system asdf/bundle:user-system #+sbcl uiop/lisp-build:sb-grovel-unknown-constant-condition #+sbcl uiop/lisp-build:sb-grovel-unknown-constant-condition ;; on some implementations only ;; on some implementations only asdf/bundle:bundle-system asdf/bundle:static-library asdf/bundle:static-library uiop/os:parse-file-location-info uiop/os:parse-file-location-info uiop/os:parse-windows-shortcut uiop/os:parse-windows-shortcut Loading Loading
bundle.lisp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ :asdf/action :asdf/lisp-action :asdf/plan :asdf/operate :asdf/defsystem) :asdf/action :asdf/lisp-action :asdf/plan :asdf/operate :asdf/defsystem) (:export (:export #:bundle-op #:bundle-type #:program-system #:bundle-op #:bundle-type #:program-system #:bundle-system #:bundle-pathname-type #:direct-dependency-files #:bundle-pathname-type #:direct-dependency-files #:monolithic-op #:monolithic-bundle-op #:operation-monolithic-p #:monolithic-op #:monolithic-bundle-op #:operation-monolithic-p #:basic-compile-bundle-op #:prepare-bundle-op #:basic-compile-bundle-op #:prepare-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op Loading
doc/asdf.texinfo +2 −2 Original line number Original line Diff line number Diff line Loading @@ -948,8 +948,8 @@ make document-formatting the default operation invoked by @code{make}, instead of loading. If the system developer doesn't specify in the instead of loading. If the system developer doesn't specify in the system definition, the default operation will be loading. system definition, the default operation will be loading. @c FIXME: We seem to export @findex bundle-system also, that some ECL users seem to rely on. @c It's probably better that bundle operations have their own manual @c But it's probably better that bundle operations have their own manual chapter at some point. @c chapter at some point. @c FIXME: There should be a @defun for OPERATE, but there isn't. Not @c FIXME: There should be a @defun for OPERATE, but there isn't. Not Loading
doc/exported-functions +0 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,6 @@ ALREADY-LOADED-SYSTEMS APPLY-OUTPUT-TRANSLATIONS APPLY-OUTPUT-TRANSLATIONS ASDF-MESSAGE ASDF-MESSAGE ASDF-VERSION ASDF-VERSION BUNDLE-SYSTEM CLEAR-CONFIGURATION CLEAR-CONFIGURATION CLEAR-OUTPUT-TRANSLATIONS CLEAR-OUTPUT-TRANSLATIONS CLEAR-SOURCE-REGISTRY CLEAR-SOURCE-REGISTRY Loading
interface.lisp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ #:operation-done-p #:explain #:action-description #:component-sideway-dependencies #:operation-done-p #:explain #:action-description #:component-sideway-dependencies #:needed-in-image-p #:needed-in-image-p #:component-load-dependencies #:run-shell-command ; deprecated, do not use #:component-load-dependencies #:run-shell-command ; deprecated, do not use #:bundle-op #:monolithic-bundle-op #:precompiled-system #:compiled-file #:bundle-system #:bundle-op #:monolithic-bundle-op #:precompiled-system #:compiled-file #:program-system #:make-build #:program-system #:make-build #:basic-compile-bundle-op #:prepare-bundle-op #:basic-compile-bundle-op #:prepare-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op Loading
test/test-utilities.script +0 −1 Original line number Original line Diff line number Diff line Loading @@ -274,7 +274,6 @@ asdf/bundle:user-system asdf/bundle:user-system #+sbcl uiop/lisp-build:sb-grovel-unknown-constant-condition #+sbcl uiop/lisp-build:sb-grovel-unknown-constant-condition ;; on some implementations only ;; on some implementations only asdf/bundle:bundle-system asdf/bundle:static-library asdf/bundle:static-library uiop/os:parse-file-location-info uiop/os:parse-file-location-info uiop/os:parse-windows-shortcut uiop/os:parse-windows-shortcut Loading