nushell/crates
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
..
nu_plugin_average bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_binaryview bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_fetch Bump rustyline (#1644) 2020-04-24 08:00:49 +12:00
nu_plugin_inc bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_match bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_post Bump rustyline (#1644) 2020-04-24 08:00:49 +12:00
nu_plugin_ps bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_str str plugin can capitalize and trim strings. (#1652) 2020-04-24 16:37:58 -05:00
nu_plugin_sys bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_textview bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu_plugin_tree bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-build bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-cli Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
nu-errors bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-parser Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
nu-plugin bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-protocol Add key_timeout config option (#1649) 2020-04-25 05:28:38 +12:00
nu-source bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00
nu-test-support Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
nu-value-ext bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00