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

Automatically detect if method bindings don't get generated and alert the user/trigger CI failure #59

Open
DRK3 opened this issue Nov 9, 2022 · 0 comments

Comments

@DRK3
Copy link
Collaborator

DRK3 commented Nov 9, 2022

If incompatible types are used, method bindings may fail to generate. Usually the gomobile tool just skips generating those method bindings without telling you at the time you used the tool. You have to manually look through the generated header files to see if any were skipped. gomobile does leave a comment in the header files were metthods are skipped, though - we could add a search in our scripts to check for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant