Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tarn Burton
asdf
Commits
6b678b37
Commit
6b678b37
authored
8 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Update deprecation notice for bundle functions
bundle-system and make-build must go. But they must go the right way.
parent
612bb059
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bundle.lisp
+8
-2
8 additions, 2 deletions
bundle.lisp
with
8 additions
and
2 deletions
bundle.lisp
+
8
−
2
View file @
6b678b37
...
...
@@ -328,7 +328,10 @@ for all the linkable object files associated with the system or its dependencies
((
:program
)
'program-op
)))
;; DEPRECATED. This is originally from asdf-ecl.lisp. Does anyone use it?
;; DEPRECATED. This is originally from asdf-ecl.lisp.
;; It must die, and so must any use of initargs in operation,
;; unless keys to the asdf-cache are substantially modified to accommodate for them.
;; Coordinate with the ECL maintainers to get them to stop using it.
(
defun
make-build
(
system
&rest
args
&key
(
monolithic
nil
)
(
type
:fasl
)
(
move-here
nil
move-here-p
)
&allow-other-keys
)
...
...
@@ -357,7 +360,10 @@ for all the linkable object files associated with the system or its dependencies
:collect
new-f
)
files
)))
;; DEPRECATED. Does anyone use this?
;; DEPRECATED. Apparently, some users of ECL, MKCL and ABCL may still be using it;
;; but at the very least, this function should be renamed, and/or
;; some way of specifying the output directory should be provided.
;; As is, it is not such a useful interface.
(
defun
bundle-system
(
system
&rest
args
&key
force
(
verbose
t
)
version
&allow-other-keys
)
(
declare
(
ignore
force
verbose
version
))
(
apply
#'
operate
'deliver-asd-op
system
args
)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment