nushell/crates/nu-protocol/src
Braulio Valdivielso Martínez d32aec5906
Don't panic if the other end of std{out,err} is closed (#4179)
* fix #4161

println! and friends will panic on BrokenPipe. The solution is to use
writeln! instead, and ignore the error (or do we want to do something else?)

* test that nu doesn't panic in case of BrokenPipe error

* fixup! test that nu doesn't panic in case of BrokenPipe error

* make do_not_panic_if_broken_pipe only run on UNIX systems
2021-12-21 10:08:41 +11:00
..
dataframe upgrade polars to 0.17 (#4122) 2021-11-16 12:01:02 +13:00
value Correct spelling (#4152) 2021-11-25 11:11:20 -06:00
call_info.rs move out call info deserializing from str (#3294) 2021-04-09 22:58:18 -05:00
config_path.rs Implement PartialEq for ReturnSuccess (#3888) 2021-08-05 14:55:41 +12:00
hir.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
lib.rs Variable completions. (#3666) 2021-06-23 19:21:39 +12:00
macros.rs Don't panic if the other end of std{out,err} is closed (#4179) 2021-12-21 10:08:41 +11:00
maybe_owned.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
registry.rs Variable completions. (#3666) 2021-06-23 19:21:39 +12:00
return_value.rs add command g to switch shell quickly (#4014) 2021-09-17 10:39:14 +01:00
signature.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
syntax_shape.rs a new command to query the nushell internals (#3704) 2021-06-29 09:27:16 -05:00
type_name.rs More docs and random fixes (#1237) 2020-01-19 08:42:36 +13:00
type_shape.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
value.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00