crystal-lang / shards

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

Fix Fossil resolver when multiple dependencies are coming from the same website #558

Closed MistressRemilia closed 1 year ago

MistressRemilia commented 1 year ago

This is something I ran into while actually using the new Fossil resolver heavily. If you have multiple shards coming from the same website (say, chiselapp.com), the resolver would sometimes fail because it would think a shard was pulled when it wasn't. This fixes the problem.