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
2cd6a948
Commit
2cd6a948
authored
Aug 13, 2015
by
Francois-Rene Rideau
Browse files
uiop: Adapt to a change in ECL's upcoming run-program.
parent
574c35e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
2cd6a948
...
...
@@ -911,8 +911,8 @@ or an indication of failure via the EXIT-CODE of the process"
(
apply
(
if
(
or
force-shell
#+
(
or
clasp
clisp
)
(
or
(
not
ignore-error-status
)
t
)
#+
clisp
(
member
error-output
'
(
:interactive
:output
))
;; old versions of ecl <= 15.3.7 don't support :error
#+
ecl
(
and
(
nth-value
1
(
ignore-errors
(
slot-value
(
ext:make-external-process
)
'ext::error
)))
;; old versions of ecl <= 15.3.7 don't support
non-trivial
:error
#+
ecl
(
and
(
nth-value
1
(
ignore-errors
(
slot-value
(
ext:make-external-process
)
'ext::error
-stream
)))
(
not
(
member
error-output
'
(
:interactive
:output
nil
))))
#+
(
and
lispworks
os-unix
)
(
%interactivep
input
output
error-output
)
#+
(
or
abcl
cormanlisp
gcl
(
and
lispworks
os-windows
)
mcl
xcl
)
t
)
...
...
@@ -924,4 +924,4 @@ or an indication of failure via the EXIT-CODE of the process"
:if-output-exists
if-output-exists
:if-error-output-exists
if-error-output-exists
:element-type
element-type
:external-format
external-format
keys
))))
keys
))))
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