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
be7d54df
Commit
be7d54df
authored
Nov 15, 2016
by
Elias Pipping
Browse files
Bug fix: Repair :output :interactive on LispWorks
parent
04f3d537
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
be7d54df
...
...
@@ -392,10 +392,10 @@ argument to pass to the internal RUN-PROGRAM"
(
stream
specifier
)
((
eql
:stream
)
:stream
)
((
eql
:interactive
)
#+
allegro
nil
#+
(
or
allegro
lispworks
)
nil
#+
clisp
:terminal
#+
(
or
abcl
clozure
cmucl
ecl
mkcl
sbcl
scl
)
t
#-
(
or
abcl
clozure
cmucl
ecl
mkcl
sbcl
scl
allegro
clisp
)
#-
(
or
abcl
clozure
cmucl
ecl
mkcl
sbcl
scl
allegro
lispworks
clisp
)
(
not-implemented-error
:interactive-output
"On this lisp implementation, cannot interpret ~a value of ~a"
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