crystal-lang / shards

Dependency manager for the Crystal language
Other
758 stars 99 forks source link

Prune command fails to remove symlink #578

Closed devnote-dev closed 1 year ago

devnote-dev commented 1 year ago

When removing a dependency from a project on Windows (removing it from shard.yml then running shards update && shards prune), the symlink to .\lib is not deleted.

devnote-dev commented 1 year ago

Fixed by https://github.com/crystal-lang/crystal/pull/13195.