nushell/crates/nu-command/tests/commands/conversions
Devyn Cairns 948b90299d
Preserve attributes on external ByteStreams (#13305)
# Description

Bug fix: `PipelineData::check_external_failed()` was not preserving the
original `type_` and `known_size` attributes of the stream passed in for
streams that come from children, so `external-command | into binary` did
not work properly and always ended up still being unknown type.

# User-Facing Changes
The following test case now works as expected:

```nushell
> head -c 2 /dev/urandom | into binary
# Expected: pretty hex dump of binary
# Previous behavior: just raw binary in the terminal
```

# Tests + Formatting
Added a test to cover this to `into binary`
2024-07-05 21:10:41 +00:00
..
into Preserve attributes on external ByteStreams (#13305) 2024-07-05 21:10:41 +00:00
mod.rs Fix 9156 endian consistency (#9873) 2023-08-24 07:08:58 -05:00