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/bind: bind is using API not available before 1.6 #14615

Closed
hyangah opened this issue Mar 3, 2016 · 4 comments
Closed

x/mobile/bind: bind is using API not available before 1.6 #14615

hyangah opened this issue Mar 3, 2016 · 4 comments

Comments

@hyangah
Copy link
Contributor

hyangah commented Mar 3, 2016

o.Val().ExactString undefined (type constant.Value has no field or method ExactString)

This usage was introduced with cl/20092 to fix the long strings handling bug.
ExactString however is not available in go1.5

@hyangah hyangah added this to the Unreleased milestone Mar 3, 2016
@choleraehyq
Copy link
Contributor

I also met this problem.
Moreover, both the document and the wiki of gomobile tell me that I need Go 1.5 or above, which are outdated and misleading. They should be updated.

@gopherbot
Copy link

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

@gripedthumbtacks
Copy link

I just tested this and it still seems broken to me.

@gripedthumbtacks
Copy link

Thanks. Working now. I presume the repo is now updated.

@golang golang locked and limited conversation to collaborators Mar 13, 2017
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#14615

Change-Id: I75e130e5b7b2534660098907fa1f044390c01d01
Reviewed-on: https://go-review.googlesource.com/20164
Reviewed-by: Elias Naur <elias.naur@gmail.com>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#14615

Change-Id: I75e130e5b7b2534660098907fa1f044390c01d01
Reviewed-on: https://go-review.googlesource.com/20164
Reviewed-by: Elias Naur <elias.naur@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

4 participants