mirror of
https://github.com/nushell/nushell
synced 2024-11-14 17:07:07 +00:00
13160b3ec3
# Description Duration can not be negative, and an underflow causes a panic. This should fix #12539 as from what I can tell that bug was caused in `nu-explore:📟:events` from subtracting durations, but I figured this might be more widespread, and saturating to zero generally makes sense. I also added the relevant clippy lint to try to prevent this from happening in the future. I can't think of a reason we would ever want to subtract durations without checking first. cc @fdncred # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` |
||
---|---|---|
.. | ||
commands | ||
nu_common | ||
pager | ||
registry | ||
views | ||
default_context.rs | ||
explore.rs | ||
lib.rs |