-
Notifications
You must be signed in to change notification settings - Fork 95
Add attribute which generates wrappers for a function #1278
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
Add attribute which generates wrappers for a function #1278
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1278 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 75 75
Lines 12927 13051 +124
==========================================
+ Hits 12927 13051 +124 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
15fa262 to
c6de2c6
Compare
3620686 to
6bba256
Compare
a6b282c to
4619a1b
Compare
bf40f52 to
b30fe57
Compare
b30fe57 to
4ed0a1f
Compare
72daf64 to
4ba0f8b
Compare
4ba0f8b to
f2d5b9b
Compare
899b1b1 to
e12132c
Compare
LeonMatthesKDAB
left a comment
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.
Some nitpicks left, otherwise okay from my side.
904910f to
7b53406
Compare
ahayzen-kdab
left a comment
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.
Looks good and a nice shorthand :-)
- Updates tests - Adds necessary import to impl block - Extract wrapper generation to function - Update book
9d109f0 to
8826137
Compare
ahayzen-kdab
left a comment
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.
Looks good and the rebase sorted the commits chain out :-)
Closes #1235
Adds the
auto_wrapattribute which will generate the wrapper function for methods defined in the bridge.