Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -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
......
...@@ -948,8 +948,8 @@ make document-formatting the default operation invoked by @code{make}, ...@@ -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
......
...@@ -3,7 +3,6 @@ ALREADY-LOADED-SYSTEMS ...@@ -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
......
...@@ -34,7 +34,7 @@ ...@@ -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
......
...@@ -274,7 +274,6 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment