Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cat doesn't output in low level in cider #46

Open
alishsan opened this issue Jun 17, 2020 · 0 comments
Open

cat doesn't output in low level in cider #46

alishsan opened this issue Jun 17, 2020 · 0 comments

Comments

@alishsan
Copy link

alishsan commented Jun 17, 2020

I tried the low level usage with cat, but it doesn't work like in the example. What could be the problem?

`playsync.core> (def p (sh/proc "cat"))

#'playsync.core/p

playsync.core> (future (sh/stream-to-out p :out))

#object[clojure.core$future_call$reify__8097 0x141df919 {:status :pending, :val nil}]

playsync.core> (sh/feed-from-string p "foo\n")

nil`

@alishsan alishsan changed the title cat doesn't output in low level cat doesn't output in low level in cider Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant