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

Conversation

trblunt
Copy link
Contributor

@trblunt trblunt commented Jul 14, 2024

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.

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.
Copy link
Contributor

@li-feng-sc li-feng-sc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@li-feng-sc li-feng-sc merged commit 7b6cfc3 into Snapchat:main Jul 15, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants