Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
9d112382
Commit
9d112382
authored
Feb 17, 2014
by
Francois-Rene Rideau
Browse files
Fix an error message and some comments.
parent
a4f598b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
backward-internals.lisp
View file @
9d112382
...
...
@@ -49,7 +49,7 @@
(
%remove-component-inline-methods
component
)
(
%define-component-inline-methods
component
rest
)))
;;;; PARTIAL SUPPORT for the :if-component-dep-fails component attribute
;;;; PARTIAL SUPPORT
ONLY
for the :if-component-dep-fails component attribute
;; and the companion asdf:feature pseudo-dependency.
;; This won't recurse into dependencies to accumulate feature conditions.
;; Therefore it will accept the SB-ROTATE-BYTE of an old SBCL
...
...
@@ -57,8 +57,8 @@
(
with-upgradability
()
(
defun
%resolve-if-component-dep-fails
(
if-component-dep-fails
component
)
(
asdf-message
"The system definition for ~S uses deprecated ~
ASDF option :IF-COMPONENT-DEP-
D
AILS. ~
Starting with ASDF 3, please use :IF-FEATURE instead"
ASDF option :IF-COMPONENT-DEP-
F
AILS. ~
Starting with ASDF 3, please use :IF-FEATURE instead"
(
coerce-name
(
component-system
component
)))
;; This only supports the pattern of use of the "feature" seen in the wild
(
check-type
component
parent-component
)
...
...
@@ -81,7 +81,7 @@
(
load-asd
pathname
:name
name
))
(
defun
make-temporary-package
()
;; For loading a .asd file, we don
t
't make a temporary package anymore,
;; For loading a .asd file, we don't make a temporary package anymore,
;; but use ASDF-USER. I'd like to have this function do this,
;; but since whoever uses it is likely to delete-package the result afterwards,
;; this would be a bad idea, so preserve the old behavior.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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