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

[cpp] Support extern enums #10830

Merged
merged 5 commits into from
Nov 8, 2022
Merged

Conversation

Aidan63
Copy link
Contributor

@Aidan63 Aidan63 commented Oct 25, 2022

Previously if you tried to create an extern enum on cpp it would generate invalid cpp as it tried to import header files for that extern as if it were generated by the haxe compiler instead of using the @:include meta attached to the extern.

@Simn
Copy link
Member

Simn commented Nov 7, 2022

Would it be possible to add a test case for this?

@Aidan63
Copy link
Contributor Author

Aidan63 commented Nov 7, 2022

Should be, I'll look into it.

@Simn Simn merged commit 533449c into HaxeFoundation:development Nov 8, 2022
@Simn
Copy link
Member

Simn commented Nov 8, 2022

Thank you!

@Aidan63 Aidan63 deleted the cpp-extern-enums branch November 8, 2022 09:42
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