mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
de08b68ba8
# Description Fixes #13991. This was done by more clearly separating the case when a pipeline is drained vs when it is being written (to a file). I also added an `OutDest::Print` case which might not be strictly necessary, but is a helpful addition. # User-Facing Changes Bug fix. # Tests + Formatting Added a test. # After Submitting There are still a few redirection bugs that I found, but they require larger code changes, so I'll leave them until after the release. |
||
---|---|---|
.. | ||
argument.rs | ||
cached_file.rs | ||
call.rs | ||
call_info.rs | ||
capture_block.rs | ||
command.rs | ||
description.rs | ||
engine_state.rs | ||
error_handler.rs | ||
mod.rs | ||
overlay.rs | ||
pattern_match.rs | ||
sequence.rs | ||
stack.rs | ||
stack_out_dest.rs | ||
state_delta.rs | ||
state_working_set.rs | ||
variable.rs |