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

Fix calling convention propagation for function pointers. #549

Merged
merged 3 commits into from
Mar 1, 2017

Commits on Mar 1, 2017

  1. Fix calling convention propagation for function pointers.

    This sucks, but works.
    
    The full solution is a refactoring that needs more thought than the time I'm
    able to dedicate to bindgen right now, see the comment for details.
    
    Signed-off-by: Emilio Cobos Álvarez <[email protected]>
    emilio committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    56021b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce79c3 View commit details
    Browse the repository at this point in the history
  3. tests: Mark the new test as unstable, since it seems to fail in 3.8.

    And I don't want nor have the time to debug it right now.
    emilio committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    4c07a72 View commit details
    Browse the repository at this point in the history