You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symlinks are currently always removed when a package is removed, no verification is performed whether the symlink refers to the removed package.
There is also no support resymlinking when the latest package is removed.
One example:
nimble@0.7.4 and nimble@0.8.4 both exist. which nimble points to ~/.nimble/pkgs/nimble-0.8.4/nimble. Removing the nimble@0.7.4 will remove the symlink in ~/.nimble/bin/nimble.
The text was updated successfully, but these errors were encountered:
Symlinks are currently always removed when a package is removed, no verification is performed whether the symlink refers to the removed package.
There is also no support resymlinking when the latest package is removed.
One example:
nimble@0.7.4 and nimble@0.8.4 both exist.
which nimble
points to~/.nimble/pkgs/nimble-0.8.4/nimble
. Removing thenimble@0.7.4
will remove the symlink in~/.nimble/bin/nimble
.The text was updated successfully, but these errors were encountered: