-
Notifications
You must be signed in to change notification settings - Fork 4
Add equivalent to eigenpy::register_symbolic_link_to_registered_type #10
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 equivalent to eigenpy::register_symbolic_link_to_registered_type #10
Conversation
* \returns true if the type T is effectively symlinked. | ||
*/ | ||
template <typename T> | ||
inline bool register_symbolic_link_to_registered_type(nb::module_& m) { |
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 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.
As discussed with @jcarpent, we can change the name later after declaring a deprecation.
…tion_alias with attribute deprecated
Hey @ManifoldFR @jorisv @jcarpent, this is done with the C++ attribute |
I like the name (because I'm the one who suggested it so I'm not neutral). |
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 to me. Good work once again @Lucas-Haubert.
To answer this issue: #9