Andrej Kolčin
Andrej Kolčin
Work in progress, so everything is quite messy atm. Design in this issue: #11218
### Describe the bug A range with gaps will report any value between its ends as being inside it, even if it has steps. ### How to reproduce ```Nushell ~>...
### Describe the bug Using `move` on a record and moving a key to before/after itself will duplicate that key. ### How to reproduce ```Nushell ~> {a: 1} | move...
### Describe the bug An open range with the first value being an int and the middle one being float stops at i64::MAX bound. ### How to reproduce ```Nushell ~>...
### Describe the bug No matter the type of the start, the closing value is always an int. This can lead to surprising results. ### How to reproduce ```Nushell ~>...
### Describe the bug A three-component open range with a starting integer goes to negative infinity. And the one with large float does something weird. ### How to reproduce ```Nushell...
### Describe the bug A stepped stream, where the middle value is less than the start, and end equals the start, goes into the negatives forever. ### How to reproduce...
### Describe the bug A range made up of a large float start and end returns an infinite stream of start repeated over and over again. ### How to reproduce...
### Describe the bug A range consisting of a large int and a float gives `add operation overflowed` error. ### How to reproduce ```Nushell ~> 9_223_372_036_854_775_807..10000000000000000000 Error: nu::shell::operator_overflow × Operator...
### Describe the bug `select (-1)` hangs the shell. Interrupt signals no longer work, nor does any other input do anything. ### Configuration | key | value | | ------------------...