nushell/crates
Luccas Mateus 66061192f8
Fix "mv allows moving a directory into itself" (#2619)
* make sort-by fail gracefully if mismatched types are compared

* Added a test to check if sorted-by with invalid types exists gracefully

* Linter changes

* removed redundant pattern matching

* Changed the error message

* Added a comma after every argument

* Changed the test to accomodate the new err messages

* Err message for sort-by invalid types now shows the mismatched types

* Lints problems

* Changed unwrap to expect

* Added the -f flag to rm command

Now when you a use rm -f there will be no error message, even if the
file doesnt actually exist

* Lint problems

* Fixed the wrong line

* Removed println

* Spelling mistake

* Fix problems when you mv a file into itself

* Lint mistakes

* Remove unecessary filtering in most cases
2020-10-01 14:01:05 +13:00
..
nu_plugin_binaryview Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
nu_plugin_chart Exit bar visualization if any key is pressed other than left and right arrow keys. (#2623) 2020-09-30 14:34:29 -05:00
nu_plugin_fetch Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_from_bson Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_from_sqlite Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_inc Consolidate suggestions code (#2597) 2020-09-25 15:44:24 +12:00
nu_plugin_match Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_post Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_ps Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_s3 Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_start Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_sys Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_textview Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_to_bson Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_to_sqlite Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_tree Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-cli Fix "mv allows moving a directory into itself" (#2619) 2020-10-01 14:01:05 +13:00
nu-data Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
nu-errors Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-parser Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-plugin Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-protocol Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
nu-source Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-table Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-test-support Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-value-ext fix select for column names with spaces (#2613) 2020-09-30 10:00:07 +13:00