-
Notifications
You must be signed in to change notification settings - Fork 7
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
Callback to customize the base classes used in generated bindings (merged) #27
Callback to customize the base classes used in generated bindings (merged) #27
Conversation
Deleted test call from option_custom_class_derive_test.py ff518bc |
… base classes used in generated bindings)
… base classes used in generated bindings)
Hello, Thanks a lot!!! This PR was merged in 611d566. I am always pleased to see users of my library, and interested in knowing in which context they using it. Would you mind giving me more info about the context in which you are using it? Thanks! |
Hello, I would like to share my experience and provide some suggestions Litgen is UsefulLitgen has been much more useful to me compared to tools like SWIG and Rosetta's Binder. The main reason is its flexibility in configuring the processing flow, which allows for more tailored adjustments. ThoughtsHowever, I feel that litgen is still in its early stages and could benefit from additional features and improvements.
I believe litgen has the potential to become as popular and essential as tools like Pybind11 or Nanobind, as well as a valuable complement to other binding tools |
I shared your suggestions here: #28 |
It brings ability to add base classes from separate files by hand writing
Result of using the callback
If the callback returns an empty list it will be ignored and the process will fall back to the original logic