-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
component:basilisp.processIssue pertaining to basilisp.process namespaceIssue pertaining to basilisp.process namespaceissue-type:bugSomething isn't workingSomething isn't working
Description
Hi,
basilisp.process/exec hangs when there is a large amount of output printed to stdout.
To reproduce.
- Open up the REPL and try to
catthecore.lpyfile, the command will not return:
$ basilisp repl
basilisp.user=> (require '[basilisp.process :as proc])
nil
basilisp.user=> (proc/exec "cat" "src/basilisp/core.lpy")
The same command works with smaller files:
basilisp.user=> (proc/exec "cat" "README.md")
"# \U0001f40d basilisp \U0001f40d\n\nA Clojure-compatible(-ish)...
basilisp.user=>Thanks
Metadata
Metadata
Assignees
Labels
component:basilisp.processIssue pertaining to basilisp.process namespaceIssue pertaining to basilisp.process namespaceissue-type:bugSomething isn't workingSomething isn't working