mirror of
https://github.com/nushell/nushell.git
synced 2025-03-26 07:19:55 +01:00
# Description This PR aims to improve `TypeMismatch` exception that occurs when comparing two values with `<`, `>`, `<=` or `>=` operators. *Before*  *After*  This PR also bundles a small refactor for histogram forbidden column names exception, previous implementation forgot a column name in the message, to avoid this, I'm re-using the same array for checking and error display # User-Facing Changes Not much changes except a better and more readable exception for the user # Tests + Formatting Does not break any tests, formatting passes as well :) |
||
---|---|---|
.. | ||
hashable_value.rs | ||
histogram.rs | ||
mod.rs |