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
Edit : after digging down, another dependency in my canonical shard.yml
cable:
github: cable-cr/cable
required
redis:
github: stefanwille/crystal-redis
Maybe the
Error shard name (redis) has ambiguous sources: 'git: https://github.com/jgaskins/redis.git' and 'git: https://github.com/stefanwille/crystal-redis.git'.
error message could list all the shard.yml files with conflicting shard name ?
Original issue :
A shards install using
dependencies:
redis:
github: jgaskins/redis
results in :
Error shard name (redis) has ambiguous sources: 'git: https://github.com/jgaskins/redis.git' and 'git: https://github.com/stefanwille/crystal-redis.git'.
Is this intended behaviour ?
Shards 0.17.3 [d75b004] (2023-04-07)
The text was updated successfully, but these errors were encountered:
rmarronnier
changed the title
Too strict ambiguous source checker
Ambiguous shard name source checker error message could be more helpful
Jul 8, 2023
Edit : after digging down, another dependency in my canonical
shard.yml
required
Maybe the
error message could list all the shard.yml files with conflicting shard name ?
Original issue :
A
shards install
usingresults in :
Is this intended behaviour ?
Shards 0.17.3 [d75b004] (2023-04-07)
The text was updated successfully, but these errors were encountered: