nushell/crates/nu-protocol/src/pipeline
Ian Manske 580c60bb82
Preserve metadata in more places (#12848)
# Description
This PR makes some commands and areas of code preserve pipeline
metadata. This is in an attempt to make the issue described in #12599
and #9456 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
..
byte_stream.rs Bytestream touchup (#12886) 2024-05-16 21:15:20 +00:00
list_stream.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
metadata.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
mod.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
out_dest.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
pipeline_data.rs Preserve metadata in more places (#12848) 2024-05-17 17:59:32 +00:00