nushell/crates/nu_plugin_stress_internals
Devyn Cairns d126793290
Add plugin error propagation on write/flush (#12670)
# Description
Yet another attempt to fix the `stress_internals::test_wrong_version()`
test...

This time I think it's probably because we are getting a broken pipe
write error when we try to send `Hello` or perhaps something after it,
because the pipe has already been closed by the reader when it saw the
invalid version. In that case, an error should be available in state. It
probably makes more sense to send that back to the user rather than an
unhelpful I/O error.

# Tests + Formatting
- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`
2024-04-26 06:23:58 -05:00
..
src Add plugin error propagation on write/flush (#12670) 2024-04-26 06:23:58 -05:00
Cargo.toml Local socket mode and foreground terminal control for plugins (#12448) 2024-04-15 18:28:18 +00:00
LICENSE Local socket mode and foreground terminal control for plugins (#12448) 2024-04-15 18:28:18 +00:00