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
Would it be an improvement to select all matching packages instead of just the first one? That way, we’ll have a little bit of overhead for transitional packages, but the build at least succeeds.
The build doesn't fail if transitional package has been selected. Actually nothing breaks. Even golang-golang-x-oauth2-google-dev is selected, golang-golang-x-oauth2-dev will be selected by depends.
I think it's only "nice" level to have this issue been fixed.
stapelberg
changed the title
Failed to select the correct one when Go-Import-Path has two or more corresponding -dev packages
select non-transitional build dep when Go-Import-Path has two or more corresponding -dev packages
Jun 24, 2018
For example,
It should be golang-golang-x-text-dev instead.
Go through the meta source, following import paths have two or more -dev packages,
Most are caused by transitional package, but
golang.org/x/oauth2
is caused by package splits.It should be
golang-golang-x-oauth2-dev
.The text was updated successfully, but these errors were encountered: