We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set the namespace(s) to bind after the flag --bind. But what if one want to bind classes and functions defined in global namepsace?
Set the namespace(s) to bind after the flag --bind
Can we use binder like following?
binder \ --root-module MyRootModule \ --prefix /root/GeneratedBindings \ --suppress-errors \ --bind "" -- ....
The text was updated successfully, but these errors were encountered:
Yes, that should work.
Sorry, something went wrong.
No. That doesn't work. I have tried.
@zwcloud could you please double check your input flags and cross check them with what we use during testing? (see line https://github.com/RosettaCommons/binder/blob/master/test/self-test.py#L76). Binding objects from global namespace is exactly what we do when we run our Binder self-test. Here is input and output of one of these tests to check: https://github.com/RosettaCommons/binder/blob/master/test/T01.enum.hpp https://github.com/RosettaCommons/binder/blob/master/test/T00.basic.ref .
As an idea of what to try to debug this: Could you please try to feed one of our tests files in your environment (say https://github.com/RosettaCommons/binder/blob/master/test/T01.enum.hpp) and see what output will you get? Thannks,
No branches or pull requests
Set the namespace(s) to bind after the flag --bind
. But what if one want to bind classes and functions defined in global namepsace?Can we use binder like following?
binder \ --root-module MyRootModule \ --prefix /root/GeneratedBindings \ --suppress-errors \ --bind "" -- ....
The text was updated successfully, but these errors were encountered: