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
d46f4c31
Commit
d46f4c31
authored
Dec 20, 2015
by
Francois-Rene Rideau
Browse files
tools: Simplify a ,@ into a ,
parent
49b88122
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/test-environment.lisp
View file @
d46f4c31
...
...
@@ -144,8 +144,7 @@ and which systems to test loading with ASDF_TEST_SYSTEMS or s=
:finally
(
multiple-value-bind
(
decl
body
)
(
decl-and-body
decl-and-body
)
(
return
`
(
defun
,
name
,@
(
if
largs
`
((
&optional
,@
largs
))
(
list
nil
))
`
(
defun
,
name
,
(
and
largs
`
(
&optional
,@
largs
))
,@
decl
(
with-failure-context
(
:name
,
(
command-name
name
))
,@
inits
...
...
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