hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 24 forks source link

bower-asset/rangy pointing to the wrong package #118

Closed BreiteSeite closed 1 year ago

BreiteSeite commented 4 years ago

Steps to reproduce

  1. visit https://asset-packagist.org/package/bower-asset/rangy

Expected

  1. Listed versions/commits are from: https://github.com/noap/rangy-1.3

Acutal

  1. Listed versions/commits are from: https://github.com/timdown/rangy

I suspect this is the issue: https://github.com/timdown/rangy/commit/822d94b957b90cf12c8cbff78ea883acdc903169

This bug totally breaks bower-asset/bootstrap3-wysihtml5-bower as this resolves to the wrong rangy package

bower-asset/bootstrap3-wysihtml5-bower v0.3.3 requires bower-asset/rangy-1.3 dev-master -> satisfiable by bower-asset/rangy-1.3[dev-master] but these conflict with your requirements or minimum-stability.

Also it tries to resolve to bower-asset/rangy-1.3 which doesn't even exist: https://asset-packagist.org/package/bower-asset/rangy-1.3

rob006 commented 4 years ago

This package is defined in this way in Bower registry: https://bower.io/search/?q=rangy

If this is incorrect, you should report it there. Asset packagist only maps bower registry to composer packages.

BreiteSeite commented 4 years ago

@rob006 then tell me, how would i download rangy-1.3 from asset-packagist.com, which is listed in your link.

rob006 commented 4 years ago

It is here: https://asset-packagist.org/package/detail?fullname=bower-asset/rangy-1.3 , so you should be able to use it.

BreiteSeite commented 4 years ago

@rob006 no offense but did you read the description of the PR? Hover over "Get ZIP" on the page you linked and you will see it points to a totally different repository.