1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-21 10:20:46 +02:00
nushell/crates/nu-command/src
Ian Manske 580c60bb82
Preserve metadata in more places ()
# Description
This PR makes some commands and areas of code preserve pipeline
metadata. This is in an attempt to make the issue described in 
and  less likely to occur. That is, reading and writing to the same
file in a pipeline will result in an empty file. Since we preserve
metadata in more places now, there will be a higher chance that we
successfully detect this error case and abort the pipeline.
2024-05-17 17:59:32 +00:00
..
bytes Support ByteStreams in bytes starts-with and bytes ends-with () 2024-05-17 07:59:08 +08:00
charting Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
conversions Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
database Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
date ListStream touchup () 2024-05-05 16:00:59 +00:00
debug Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
env Remove usages of Call::positional_nth () 2024-05-15 19:59:42 +02:00
experimental Add command_prelude module () 2024-03-26 21:17:30 +00:00
filesystem Preserve metadata in more places () 2024-05-17 17:59:32 +00:00
filters Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
formats Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
generators Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
hash Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
help Add Span merging functions () 2024-05-16 22:34:49 +00:00
math ListStream touchup () 2024-05-05 16:00:59 +00:00
misc Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
network Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
path Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
platform Add Span merging functions () 2024-05-16 22:34:49 +00:00
random ListStream touchup () 2024-05-05 16:00:59 +00:00
removed Add command_prelude module () 2024-03-26 21:17:30 +00:00
shells Add command_prelude module () 2024-03-26 21:17:30 +00:00
stor Fix improperly escaped strings in stor insert () 2024-05-13 20:22:39 -05:00
strings Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
system Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
viewers Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
default_context.rs Add sys users command () 2024-05-07 07:52:02 -05:00
example_test.rs Initial --params implementation () 2024-03-24 15:40:21 -05:00
lib.rs Initial --params implementation () 2024-03-24 15:40:21 -05:00
progress_bar.rs Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
sort_utils.rs Rename Value::CustomValue to Value::Custom () 2024-03-27 22:10:56 +01:00