nushell/crates/nu-cli/src/data
bailey-layzer 7532618bdc
Add error for division by zero using "=" (#2002) (#2030)
* error for division by zero with =

* cargo fmt

* add helper zero_division_error

* tests for zero division error

* fix test names (zero div error)
2020-06-22 08:50:43 +12:00
..
base Math operators (#1601) 2020-04-18 13:50:58 +12:00
config Nu table (#2015) 2020-06-20 15:41:53 +12:00
base.rs Remove interpretation of Primitive::Nothing as the number 0. (#1836) 2020-05-18 15:18:46 -04:00
command.rs Finish remove the last traces of per-item (#1685) 2020-04-30 14:23:40 +12:00
config.rs Bat config (#2010) 2020-06-19 15:08:59 -05:00
dict.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
files.rs Implement ctrl+c for the du command (#1901) 2020-05-27 16:52:20 +12:00
operators.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
primitive.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
process.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
types.rs Remove interpretation of Primitive::Nothing as the number 0. (#1836) 2020-05-18 15:18:46 -04:00
value.rs Add error for division by zero using "=" (#2002) (#2030) 2020-06-22 08:50:43 +12:00