nushell/crates/nu-engine/src
Kenneth Cochran 7f303a856e
Make sure CurDir is filtered out in absolutize. (#3084)
* Make sure `CurDir` is filtered out in absolutize.

Closes #3083

* Add test

* Make sure test works on windows
2021-02-23 22:22:17 +13:00
..
env add height method to Host trait, and implementors (#3064) 2021-02-17 09:02:13 +13:00
evaluate Remove parking_lot crate reference from nu-data (#3091) 2021-02-23 22:21:31 +13:00
filesystem Make sure CurDir is filtered out in absolutize. (#3084) 2021-02-23 22:22:17 +13:00
plugin Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
shell add nu-ansi-term (#3089) 2021-02-22 12:33:34 -06:00
basic_evaluation_context.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
basic_shell_manager.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
call_info.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
command_args.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
deserializer.rs nu-engine: deserialize_struct: fix missing conversion from string to column path (#3048) 2021-02-13 09:29:38 +13:00
documentation.rs add nu-ansi-term (#3089) 2021-02-22 12:33:34 -06:00
evaluation_context.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00
example.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
history_path.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
lib.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
maybe_text_codec.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
whole_stream_command.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00