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
Didier Verna
asdf
Commits
b27acc22
Commit
b27acc22
authored
Feb 24, 2014
by
Robert P. Goldman
Browse files
Docstring for REQUIRE-SYSTEM.
parent
52aa3aa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
operate.lisp
View file @
b27acc22
...
...
@@ -156,7 +156,9 @@ for how to load or compile stuff")
(
defvar
*modules-being-required*
nil
)
(
defclass
require-system
(
system
)
((
module
:initarg
:module
:initform
nil
:accessor
required-module
)))
((
module
:initarg
:module
:initform
nil
:accessor
required-module
))
(
:documentation
"A SYSTEM subclass whose processing is handled by
the implementation's REQUIRE rather than by internal ASDF mechanisms."
))
(
defmethod
perform
((
o
compile-op
)
(
c
require-system
))
nil
)
...
...
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