Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Approved Backlog
-
Component/s: None
-
Labels:None
-
Patch:Code
-
Approval:Ok
Description
Currently clojure.java.shell/sh will only accept bytes or Strings as inputs to the subprocess's stdin.
Attached patch replaces code specific to byte[] and String with a call to clojure.java.io/copy, thus additionally accepting InputStreams, Readers, and Files as input.
Attachments
Activity
Stuart Halloway
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Approved Backlog [ 10034 ] | |
| Attachment | 0765-shell-2.patch [ 10176 ] | |
| Approval | Test | Screened |
Rich Hickey
made changes -
| Approval | Screened | Ok |
Stuart Halloway
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Completed [ 1 ] |
second patch subsumes first, removes spurious imports.