nushell/crates/nu-protocol/src/engine
Ian Manske d7ba8872bf
Rename IoStream to OutDest (#12433)
# Description
I spent a while trying to come up with a good name for what is currently
`IoStream`. Looking back, this name is not the best, because it:
1. Implies that it is a stream, when it all it really does is specify
the output destination for a stream/pipeline.
2. Implies that it handles input and output, when it really only handles
output.

So, this PR renames `IoStream` to `OutDest` instead, which should be
more clear.
2024-04-09 16:48:32 +00:00
..
cached_file.rs Refactor source cache into CachedFile struct (#12240) 2024-03-20 19:43:50 +01:00
call_info.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
capture_block.rs Use Vec for Closure captures (#10940) 2023-11-08 00:43:28 +01:00
command.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
engine_state.rs Ensure currently_parsed_cwd is set for config files (#12338) 2024-04-09 10:06:41 -04:00
mod.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
overlay.rs Style: move some Option if/else to method chains (#12285) 2024-03-26 08:35:51 +08:00
pattern_match.rs Boxes record for smaller Value enum. (#12252) 2024-03-26 17:17:44 +02:00
stack_out_dest.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
stack.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
state_delta.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
state_working_set.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
usage.rs Split up nu-protocol/src/engine/engine_state.rs (#10368) 2023-09-21 22:53:36 +02:00
variable.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00