Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
76c70798
Commit
76c70798
authored
Sep 11, 2016
by
Daniel Kochmański
Committed by
Francois-Rene Rideau
Sep 11, 2016
Browse files
Revert "bundle-system: remove deprecated function"
This reverts commit
adf2d1a6
.
parent
760a8192
Changes
5
Hide whitespace changes
Inline
Side-by-side
bundle.lisp
View file @
76c70798
...
...
@@ -8,7 +8,7 @@
:asdf/action
:asdf/lisp-action
:asdf/plan
:asdf/operate
:asdf/defsystem
)
(
:export
#:bundle-op
#:bundle-type
#:program-system
#:bundle-pathname-type
#:direct-dependency-files
#:bundle-system
#:bundle-pathname-type
#:direct-dependency-files
#:monolithic-op
#:monolithic-bundle-op
#:operation-monolithic-p
#:basic-compile-bundle-op
#:prepare-bundle-op
#:compile-bundle-op
#:load-bundle-op
#:monolithic-compile-bundle-op
#:monolithic-load-bundle-op
...
...
doc/asdf.texinfo
View file @
76c70798
...
...
@@ -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
system definition, the default operation will be loading.
@c
It's probably better that bundle operations have their own manual
@c chapter at some point.
@c
FIXME: We seem to export @findex bundle-system also, that some ECL users seem to rely on.
@c
But it's probably better that bundle operations have their own manual
chapter at some point.
@c FIXME: There should be a @defun for OPERATE, but there isn't. Not
...
...
doc/exported-functions
View file @
76c70798
...
...
@@ -3,6 +3,7 @@ ALREADY-LOADED-SYSTEMS
APPLY-OUTPUT-TRANSLATIONS
ASDF-MESSAGE
ASDF-VERSION
BUNDLE-SYSTEM
CLEAR-CONFIGURATION
CLEAR-OUTPUT-TRANSLATIONS
CLEAR-SOURCE-REGISTRY
...
...
interface.lisp
View file @
76c70798
...
...
@@ -34,7 +34,7 @@
#:operation-done-p
#:explain
#:action-description
#:component-sideway-dependencies
#:needed-in-image-p
#:component-load-dependencies
#:run-shell-command
; deprecated, do not use
#:bundle-op
#:monolithic-bundle-op
#:precompiled-system
#:compiled-file
#:bundle-op
#:monolithic-bundle-op
#:precompiled-system
#:compiled-file
#:bundle-system
#:program-system
#:make-build
#:basic-compile-bundle-op
#:prepare-bundle-op
#:compile-bundle-op
#:load-bundle-op
#:monolithic-compile-bundle-op
#:monolithic-load-bundle-op
...
...
test/test-utilities.script
View file @
76c70798
...
...
@@ -274,6 +274,7 @@
asdf/bundle:user-system
#+sbcl uiop/lisp-build:sb-grovel-unknown-constant-condition
;; on some implementations only
asdf/bundle:bundle-system
asdf/bundle:static-library
uiop/os:parse-file-location-info
uiop/os:parse-windows-shortcut
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment