-
Notifications
You must be signed in to change notification settings - Fork 155
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
Unify. NET wrappers of callbacks and more optimizations #255
base: master
Are you sure you want to change the base?
Conversation
…of exception handling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks really good. Thank you for the work.
I have a few comments, and I'd like you to change the macro to be a template function instead.
Rename CallbackBridge::Create* to CallbackBridge::Wrap*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. These are good improvements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are merge conflicts with the other PR. Can you pull main, resolve the conflicts and I'll approve. Thanks!
Closes #252
Closes #253