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

[cppia] Generate scriptable functions for overriden functions #11773

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

Aidan63
Copy link
Contributor

@Aidan63 Aidan63 commented Sep 15, 2024

Fixes HaxeFoundation/hxcpp#1150

Test has been added in this hxcpp merge HaxeFoundation/hxcpp#1154

That hxcpp merge is failing due to the new test, once this is merged the CI on that hxcpp merge should be re-ran and it will then pass.

@Simn
Copy link
Member

Simn commented Sep 16, 2024

Does this interact with overloads somehow given that we're comparing methods by name?

@Aidan63
Copy link
Contributor Author

Aidan63 commented Sep 16, 2024

I don't think so. Overloads only really work on extern classes iirc, and that code is only ran on haxe classes and interfaces.

@Simn Simn merged commit b99eda0 into HaxeFoundation:development Sep 17, 2024
50 checks passed
@skial skial mentioned this pull request Sep 17, 2024
1 task
@Aidan63 Aidan63 deleted the cppia-overloads branch September 17, 2024 17:01
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.

[cppia] Cant seem to get host to call extern super functions
2 participants