https://www.dropbox.com/s/oi30mkfcg5q6m73/Screenshot%202019-09-02%2013.57.30.png?dl=0
I'm a bit confused by this code in conch.low-level:
(let [process (.start builder)]
{:out (.getInputStream process)
:in (.getOutputStream process)
:err (.getErrorStream process)
:process process})
:out -> InputStream and vice versa
I guess the answer is in the javadocs https://docs.oracle.com/javase/7/docs/api/java/lang/Process.html#getOutputStream()
I'm fixing a couple of reflection warnings in conch, since I want to use it with GraalVM
I've now setup some requirements for the master branch of conch: at least one 1 PR review and the tests need to pass on CircleCI