-
Notifications
You must be signed in to change notification settings - Fork 23
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 support for long int in class Value. #95
Conversation
Add support for long int.
…g of None as void. While here fix the exception message for int (remove the second int). Fix the test accordingly.
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.
Hi,
the code itself is good we can merge this PR.
I however do not understand the need of it as now you can create command with boost-python directly and hence have access to virtually any function signature.
Hence the need of such development is minimal, or I am missing something...
You can still merge the request. It seems a good idea to be able to share long int
through commands.
I agree. |
One note: people used to command appreciate the fact that they do not have to do the python bindings. |
Agreed, good point! |
Add support for long int.