crystal-redis icon indicating copy to clipboard operation
crystal-redis copied to clipboard

Conflicting shard name

Open rmarronnier opened this issue 2 years ago • 1 comments

https://github.com/cable-cr/cable/issues/74 brought me here : The following shard.yml triggers an error :

dependencies:
  redis:
    github: jgaskins/redis
  mosquito:
    github: hugopl/sidekiq.cr

Because the sidekiq shard has

dependencies:
  redis:
    github: stefanwille/crystal-redis
    version: ">= 2.6"

One solution would be to change the name redis to something else in https://github.com/stefanwille/crystal-redis/blob/5fc089cc4f73f08eb42170cb82e30205369a18ad/shard.yml#L1

I'm posting the 'mirror' issue in https://github.com/jgaskins/redis

rmarronnier avatar Sep 20 '23 12:09 rmarronnier

I can confirm this issue as of today

AroSwift avatar Sep 27 '23 18:09 AroSwift