-
Notifications
You must be signed in to change notification settings - Fork 18
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
Writing Integration Test #56
Comments
The error means that The solution to this issue is to have a fallback mode: When This is actually something that |
- No test yet until murarth/linefeed#56 resolved - Increase max-width rule in the formatter - Use `map_err` for clean error propagation
I had initially thought that So, while it is a bit inconvenient, the best method of fallback would be to use |
- No test yet until murarth/linefeed#56 resolved - Increase max-width rule in the formatter - Use `map_err` for clean error propagation
Hi, I'm currently migrating my REPL program from traditional
io::stdin
tolinefeed
. Previously I'm usingrexpect
in my integration tests (I'm testing the binary result). However, when I migrating tolinefeed
and callread_line
function, it gave meInappropriate ioctl for device (os error 25)
(ENOTTY for short).Any crates/methods you can recommend for this? 🙂
The text was updated successfully, but these errors were encountered: