nushell/crates/nu-engine/src
Ian Manske cab86f49c0
Fix pipe redirection into complete (#12818)
# Description
Fixes #12796 where a combined out and err pipe redirection (`o+e>|`)
into `complete` still provides separate `stdout` and `stderr` columns in
the record. Now, the combined output will be in the `stdout` column.
This PR also fixes a similar error with the `e>|` pipe redirection.

# Tests + Formatting
Added two tests.
2024-05-11 15:32:00 +00:00
..
call_ext.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
closure_eval.rs Refactor using ClosureEval types (#12541) 2024-04-22 14:15:09 +08:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
command_prelude.rs Add ErrSpan extension trait for Result (#12626) 2024-04-23 10:39:55 +02:00
documentation.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
env.rs Refactor the CLI code a bit (#12782) 2024-05-10 07:29:27 +08:00
eval.rs Fix pipe redirection into complete (#12818) 2024-05-11 15:32:00 +00:00
eval_helpers.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
glob_from.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lib.rs Refactor using ClosureEval types (#12541) 2024-04-22 14:15:09 +08:00
scope.rs Remove the Value::Block case (#12582) 2024-04-21 07:03:33 +02:00