Skip to content
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

x/mobile/cmd/gomobile: version unknown #13238

Closed
rakyll opened this issue Nov 13, 2015 · 2 comments
Closed

x/mobile/cmd/gomobile: version unknown #13238

rakyll opened this issue Nov 13, 2015 · 2 comments

Comments

@rakyll
Copy link
Contributor

rakyll commented Nov 13, 2015

$ gomobile version
gomobile version unknown

Can we generate a version string with the Go version gomobile is inited with?

/cc @crawshaw @hyangah

@rakyll rakyll added this to the Unreleased milestone Nov 13, 2015
@crawshaw
Copy link
Member

The goal is to never report a misleading version. I cannot debug anything generated by:

go install golang.org/x/mobile/cmd/gomobile
git pull # updates x/mobile
gomobile init
# who knows where we are now

But we can say more about why the version is unknown.

@gopherbot
Copy link

CL https://golang.org/cl/16929 mentions this issue.

@golang golang locked and limited conversation to collaborators Nov 16, 2016
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#13238

Change-Id: Ib44f9833891d721843a0fa255d9a86f1c7d43902
Reviewed-on: https://go-review.googlesource.com/16929
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#13238

Change-Id: Ib44f9833891d721843a0fa255d9a86f1c7d43902
Reviewed-on: https://go-review.googlesource.com/16929
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants