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
asdf
asdf
Commits
1186643f
Commit
1186643f
authored
May 19, 2009
by
Gary King
Browse files
Merge branch 'master' of
ssh://gking@common-lisp.net/project/asdf/public_html/asdf
parents
087d0f1f
5dbc8406
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
1186643f
...
...
@@ -1029,7 +1029,9 @@ method.")
(
defun
operate
(
operation-class
system
&rest
args
&key
(
verbose
t
)
version
&allow-other-keys
)
(
let*
((
op
(
apply
#'
make-instance
operation-class
(
let*
((
*package*
*package*
)
(
*readtable*
*readtable*
)
(
op
(
apply
#'
make-instance
operation-class
:original-initargs
args
args
))
(
*verbose-out*
(
if
verbose
*standard-output*
(
make-broadcast-stream
)))
...
...
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