mirror of
https://github.com/nushell/nushell.git
synced 2025-05-27 18:11:19 +00:00
* 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