Commit adf2d1a6 authored by Daniel Kochmański's avatar Daniel Kochmański Committed by Francois-Rene Rideau
Browse files

bundle-system: remove deprecated function

parent d4d181e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
+2 −2
Original line number Original line Diff line number Diff line
@@ -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
+0 −1
Original line number Original line Diff line number Diff line
@@ -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
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
+0 −1
Original line number Original line Diff line number Diff line
@@ -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