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 extern type usage with non-nullable ptrs #179

Merged
merged 1 commit into from
Jul 15, 2024

Commits on Jul 14, 2024

  1. Fix extern type usage with non-nullable ptrs

    When non-nullable pointers are set, externally defined
    interface types were not being treated the same as file-local
    interface types, causing missing import headers and incorrect
    pointer types to be used in C++ generated code.
    trblunt committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    6f52b82 View commit details
    Browse the repository at this point in the history