nushell/crates/nu-cli
Kevin Del Castillo c704157bc8
Replace ichwh with which and some fixes for auto-cd (canonicalization) (#1672)
* fix: absolutize path against its parent if it was a symlink.

On Linux this happens because Rust calls readlink but doesn't canonicalize the resultant path.

* feat: playground function to create symlinks

* fix: use playground dirs

* feat: test for #1631, shift tests names

* Creation of FilesystemShell with custom location may fail

* Replace ichwh with which

* Creation of FilesystemShell with custom location may fail

* Replace ichwh with which

* fix: add ichwh again since it cannot be completely replaced

* fix: replace one more use of which
2020-04-28 05:49:53 +12:00
..
src Replace ichwh with which and some fixes for auto-cd (canonicalization) (#1672) 2020-04-28 05:49:53 +12:00
tests Rows and values can be checked for emptiness. Allows to set a value if desired. (#1665) 2020-04-26 12:30:52 -05:00
Cargo.toml Replace ichwh with which and some fixes for auto-cd (canonicalization) (#1672) 2020-04-28 05:49:53 +12:00