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
e4dc9a87
Commit
e4dc9a87
authored
Feb 18, 2014
by
Robert P. Goldman
Browse files
Add new dependency for PARSE-DEFSYSTEM.
Added explicit dependency on SYSTEM to support setting introspection slots.
parent
b60ec699
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.asd
View file @
e4dc9a87
...
...
@@ -57,7 +57,7 @@
(
:file
"output-translations"
:depends-on
(
"operate"
))
(
:file
"source-registry"
:depends-on
(
"find-system"
))
(
:file
"backward-internals"
:depends-on
(
"lisp-action"
"operate"
))
(
:file
"parse-defsystem"
:depends-on
(
"backward-internals"
"cache"
))
(
:file
"parse-defsystem"
:depends-on
(
"backward-internals"
"cache"
"system"
))
(
:file
"bundle"
:depends-on
(
"lisp-action"
"operate"
))
(
:file
"concatenate-source"
:depends-on
(
"plan"
"parse-defsystem"
"bundle"
))
(
:file
"backward-interface"
:depends-on
(
"operate"
"output-translations"
))
...
...
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