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
0ba056fa
Commit
0ba056fa
authored
Nov 14, 2016
by
Robert Goldman
Browse files
Fix missing ELSE error.
Mistakenly removed the else branch from (EQL :OUTPUT) case in %NORMALIZE-IO-SPECIFIER.
parent
3f27d2a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
0ba056fa
...
...
@@ -405,7 +405,8 @@ argument to pass to the internal RUN-PROGRAM"
#+
(
or
abcl
allegro
clozure
cmucl
ecl
lispworks
mkcl
sbcl
scl
)
:output
(
not-implemented-error
:error-output-redirect
"Can't send ~a to ~a on this lisp implementation."
role
specifier
))))
role
specifier
))
(
parameter-error
"~S IO specifier invalid for ~S"
specifier
role
)))
(
otherwise
(
parameter-error
"Incorrect I/O specifier ~S for ~S"
specifier
role
))))
...
...
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