nushell/crates
Sosthene-Guedon d8c4565413
Csv errors (#1490)
* Add error message for csv parsing failures

* Add csv error prettyfier

* Improve readability of the error

Line 2: error is easier to understand than:
Line 2, error

* Remove unnecessary use of the format! macro

Replacing it with .to_string() fixes a clippy warning

* Improve consistency with JSON parsing errors
2020-03-16 12:32:02 -05:00
..
nu_plugin_average Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_binaryview Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_fetch Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_inc Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_match Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_post Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_ps Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_str Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_sum Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_sys Fixes #1204 : sys | get host.users displays the same user (#1480) 2020-03-12 14:01:55 +13:00
nu_plugin_textview Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu_plugin_tree Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu-build Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu-cli Csv errors (#1490) 2020-03-16 12:32:02 -05:00
nu-errors Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu-macros Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu-parser Added new flag '--all/-a' for Ls, also refactor some code (#1483) 2020-03-14 06:27:04 +13:00
nu-plugin Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu-protocol Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu-source Fix whitespace and typos (#1481) 2020-03-14 06:23:41 +13:00
nu-test-support Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00
nu-value-ext Bump to 0.11.0 (#1474) 2020-03-11 06:34:19 +13:00