mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 14:07:08 +02:00
* remove export_env command * remove several export env usage in test code * adjust hiding relative test case * fix clippy * adjust tests * update tests * unignore these tests to expose ut failed * using `use` instead of `overlay use` in some tests * Revert "using `use` instead of `overlay use` in some tests" This reverts commit 2ae24b24c38faa78c45c1ad76e8bf464bfe2e84f. * Revert "adjust hiding relative test case" This reverts commit 4369af6d05c8f70009fb2ddf5e33a5bef86e3e13. * Bring back module example * Revert "update tests" This reverts commit 6ae94ef5137e6c79556ade9041b26d31ecbde25c. * Fix tests * "Fix" a test * Remove remaining deprecated env functionality * Re-enable environment hiding for `hide` To not break virtualenv since the overlay update is not merged yet * Fix hiding env in `hide` and ignore some tests Co-authored-by: kubouch <kubouch@gmail.com>
nu-protocol
The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.