Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
2cd6a948
Commit
2cd6a948
authored
Aug 13, 2015
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uiop: Adapt to a change in ECL's upcoming run-program.
parent
574c35e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
uiop/run-program.lisp
uiop/run-program.lisp
+3
-3
No files found.
uiop/run-program.lisp
View file @
2cd6a948
...
@@ -911,8 +911,8 @@ or an indication of failure via the EXIT-CODE of the process"
...
@@ -911,8 +911,8 @@ or an indication of failure via the EXIT-CODE of the process"
(
apply
(
if
(
or
force-shell
(
apply
(
if
(
or
force-shell
#+
(
or
clasp
clisp
)
(
or
(
not
ignore-error-status
)
t
)
#+
(
or
clasp
clisp
)
(
or
(
not
ignore-error-status
)
t
)
#+
clisp
(
member
error-output
'
(
:interactive
:output
))
#+
clisp
(
member
error-output
'
(
:interactive
:output
))
;; old versions of ecl <= 15.3.7 don't support :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
)))
#+
ecl
(
and
(
nth-value
1
(
ignore-errors
(
slot-value
(
ext:make-external-process
)
'ext::error
-stream
)))
(
not
(
member
error-output
'
(
:interactive
:output
nil
))))
(
not
(
member
error-output
'
(
:interactive
:output
nil
))))
#+
(
and
lispworks
os-unix
)
(
%interactivep
input
output
error-output
)
#+
(
and
lispworks
os-unix
)
(
%interactivep
input
output
error-output
)
#+
(
or
abcl
cormanlisp
gcl
(
and
lispworks
os-windows
)
mcl
xcl
)
t
)
#+
(
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"
...
@@ -924,4 +924,4 @@ or an indication of failure via the EXIT-CODE of the process"
:if-output-exists
if-output-exists
:if-output-exists
if-output-exists
:if-error-output-exists
if-error-output-exists
:if-error-output-exists
if-error-output-exists
:element-type
element-type
:external-format
external-format
:element-type
element-type
:external-format
external-format
keys
))))
keys
))))
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