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: empty string returned from Go is NULL in Java #13430

Closed
mehlon opened this issue Nov 30, 2015 · 2 comments
Closed

x/mobile: empty string returned from Go is NULL in Java #13430

mehlon opened this issue Nov 30, 2015 · 2 comments

Comments

@mehlon
Copy link

mehlon commented Nov 30, 2015

This has been fixed for Objective-C already (#13087), but not yet for Java:
If a Go function returns an empty string, it will return NULL in Java.

@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Nov 30, 2015
@rakyll
Copy link
Contributor

rakyll commented Nov 30, 2015

/cc @hyangah

@gopherbot
Copy link

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

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

Change-Id: Ic018761af6a40f6b04ec4449110f54af8f543a53
Reviewed-on: https://go-review.googlesource.com/17273
Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#13430

Change-Id: Ic018761af6a40f6b04ec4449110f54af8f543a53
Reviewed-on: https://go-review.googlesource.com/17273
Reviewed-by: David Crawshaw <crawshaw@golang.org>
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