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
Misbehaviour when piping into the Ammonite REPL #397
Comments
#367 is different - that's about using Ammonite's internal shellout syntax and letting it pipe external programs into each other, while this one is Ammonite itself behaving properly when piped into. Both should be fixed... |
I will try to fix this bug. |
I'm getting this same behavior when feeding STDIN programmatically. If it helps debugging, I captured the actual output through |
This is fixed in the latest unstable version |
I noticed this when attempting,
The REPL is downloaded and launched, however garbage appears on at the REPL prompt.
The following is a smaller reproduction,
See also #367.
The text was updated successfully, but these errors were encountered: