-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/cmd/gomobile: gomobile bind fails for ambiguous paths #62458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Change https://go.dev/cl/525695 mentions this issue: |
Unfortunately, it seems impossible to resolve this go.mod, even though the Go version is specified.
|
I've confirmed that the 'regular' go.mod (requiring golang.org/x/exp/shiny, not golang.org/x/exp)
also fails to be compiled with the same error. Instead, this can now be compiled with my fix https://go-review.googlesource.com/c/mobile/+/525695. So my fix cannot fix the original issue, but can fix the above issue. |
cc @hyangah |
Now this includes the fix for golang/go#62458.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Prepare this project
and run
The gomoible version is fbe1c053b6a9fb82bd32271219fa206af328fa80
The go.mod is created by
go mod tidy
and modified to depend ongolang.org/x/exp
What did you expect to see?
No error
What did you see instead?
https://go-review.googlesource.com/c/mobile/+/525695 is the fix.
The text was updated successfully, but these errors were encountered: