nushell/crates/nu-parser
ahkrr 649b3804c1
fix: panic! during parsing (#4107)
Typing `selector -qa` into nu would cause a `panic!`
This was the case because the inner loop incremented the `idx`
that was only checked in the outer loop and used it to index into
`lite_cmd.parts[idx]`
With the fix we now break loop.

Co-authored-by: ahkrr <alexhk@protonmail.com>
2021-11-05 21:46:46 +13:00
..
src fix: panic! during parsing (#4107) 2021-11-05 21:46:46 +13:00
tests Only discard command comment if prev token was comment (#3628) 2021-06-17 14:11:05 +12:00
Cargo.toml Bump to 0.39 (#4097) 2021-10-27 08:36:41 +13:00