nushell/crates/nu-cli
Kevin Del Castillo 846a779516
Fix cd'ing to symlinked directories (#1651)
* 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
2020-04-25 18:09:00 +12:00
..
src Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
tests Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
Cargo.toml Bump rustyline (#1644) 2020-04-24 08:00:49 +12:00