Skip to content

Commit ec60f8e

Browse files
committed
Plugin author notes
too lazy to link
1 parent 533baec commit ec60f8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

blog/2024-12-24-nushell_0_101_0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,13 @@ The `http` commands now use CRLF when joining headers to match the HTTP specific
530530

531531
# Notes for plugin developers
532532

533+
As part of cleaning up we removed several enum variants actually unused in the core codebase:
534+
535+
- `Type::ListStream` as the engine represents `PipelineData::ListStream` more consistently as `Type::List`
536+
- `FlatShape::And`/`FlatShape::Or` as they are never populated.
537+
538+
Furthermore `Value::Filesize` now stores its value in its own `Filesize` type instead of a bare `i64` to avoid confusion about the particular unit.
539+
533540
# Hall of fame
534541

535542
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:

0 commit comments

Comments
 (0)