nushell/src
George Tsomlektsis 643b532537
Fixed mv not throwing error when the source path was invalid (#1351)
* Fixed mv not throwing error when the source path was invalid

* Fixed failing test

* Fixed another lint error

* Fix $PATH conflicts in .gitpod.Dockerfile (#1349)

- Use the correct user for gitpod Dockerfile.
- Remove unneeded packages (curl, rustc) from gitpod Dockerfile.

* Added test to check for the error

* Fixed linting error

* Fixed mv not moving files on Windows. (#1342)

Move files correctly in windows.

* Fixed mv not throwing error when the source path was invalid

* Fixed failing test

* Fixed another lint error

* Added test to check for the error

* Fixed linting error

* Changed error message

* Typo and fixed test

Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
2020-02-07 12:40:48 -05:00
..
commands Futures v0.3 upgrade (#1344) 2020-02-05 19:46:48 -08:00
data Fix bug where --with-symlink-targets would not display the targets column (#1300) 2020-01-28 21:36:20 -08:00
env Paths from Nu config take priority over external paths. (#1319) 2020-01-31 14:19:47 -05:00
evaluate Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
format Separate dissimilar tables into separate tables (#1281) 2020-01-26 07:10:20 +13:00
plugins Default plugins are independent and called from Nu. (#1322) 2020-01-31 17:45:33 -05:00
shell Fixed mv not throwing error when the source path was invalid (#1351) 2020-02-07 12:40:48 -05:00
utils Isolate data processing helpers. (#1159) 2020-01-03 23:00:39 -05:00
cli.rs Add support for plugin names containing numbers (#1321) 2020-02-01 22:08:38 -08:00
commands.rs Adding cross-platform kill command (#1326) 2020-02-01 10:46:28 -08:00
context.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
data.rs Extract ps and sys subcrates. Move helper methods to UntaggedValue 2019-12-05 08:52:31 +13:00
deserializer.rs Move to using clippy (#1142) 2019-12-31 20:36:08 +13:00
env.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00
format.rs Extract core stuff into own crates 2019-12-02 10:54:12 -08:00
git.rs chore: omit the entire git.rs file when starship is used 2019-10-09 08:42:46 +01:00
lib.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00
main.rs A few ls improvements. New welcome message (#1195) 2020-01-12 09:49:20 +13:00
prelude.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00
shell.rs Move to using clippy (#1142) 2019-12-31 20:36:08 +13:00
stream.rs Futures v0.3 upgrade (#1344) 2020-02-05 19:46:48 -08:00
utils.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00