wallet-sdk icon indicating copy to clipboard operation
wallet-sdk copied to clipboard

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

Open DRK3 opened this issue 2 years ago • 0 comments

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.

DRK3 avatar Nov 09 '22 23:11 DRK3