nushell/crates/nu-command
Stefan Holderbach 834522d002
Fix each while behavior when printing. (#6897)
Fixes #6895

Warning: `Iterator::map_while` does not return a `FusedIterator`!
Depending on the consuming adaptor or code (e.g. for loop) the iteration
may be stopped but this is not guaranteed.

Adds a test example but Examples handle iterators like
`FusedIterator` and thus don't catch the regression

Cleanup the message on another test
2022-10-27 23:45:45 +02:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions add tests, deal with pipes, newlines, tabs for to nuon (#6391) 2022-09-01 14:08:19 +02:00
src Fix each while behavior when printing. (#6897) 2022-10-27 23:45:45 +02:00
tests Update merge to also take single records (#6919) 2022-10-27 09:00:26 -07:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml Reduce required dependencies for diagnostics (#6648) 2022-10-24 21:42:32 +02:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00