nushell/crates/nu-cli/src/commands/classified
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
..
block.rs It expansion (#1668) 2020-04-27 14:04:54 +12:00
dynamic.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
expr.rs Move external closer to internal (#1611) 2020-04-20 15:30:44 +12:00
external.rs Replace ichwh with which and some fixes for auto-cd (canonicalization) (#1672) 2020-04-28 05:49:53 +12:00
internal.rs Replace ichwh with which and some fixes for auto-cd (canonicalization) (#1672) 2020-04-28 05:49:53 +12:00
mod.rs Semicolon (#1613) 2020-04-20 18:41:51 +12:00