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

Put trampolines in original class namespace #240

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Put trampolines in original class namespace #240

merged 2 commits into from
Dec 19, 2024

Conversation

virtuald
Copy link
Member

  • This simplifies wrapping somewhat and avoids compile errors when the trampoline references a class in a parent namespace
  • This is a breaking change -- bindings need to be recompiled to match each other

- This simplifies wrapping somewhat and avoids compile errors when the
  trampoline references a class in a parent namespace
- This is a breaking change -- bindings need to be recompiled to match
  each other
- Previously the name included the namespace, but now they're in the
  target namespace so it's just redundant information
@virtuald virtuald merged commit a2989c4 into main Dec 19, 2024
32 checks passed
@virtuald virtuald deleted the trampoline-ns branch December 19, 2024 04:51
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.

1 participant