-
Notifications
You must be signed in to change notification settings - Fork 767
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
Wrap Update #965
Wrap Update #965
Conversation
086be59be Merge pull request #135 from borglab/feature/matlab_default_args d3a0a8a15 don't allow out-of-order default argument specifications in matlab 702986de3 take out unit test with illegal default argument specification (according to c++ rules) 6166dfa4d update functions.i unit test expected and fix cyclic copy 4a4003273 class wrapper working b7e4d3522 Update class_wrapper matlab unit test b9409f10c placeholder folder for unit test "actual" folder 5e2aa1511 fix unit test for `DefaultFuncInt` only (others not fixed yet) git-subtree-dir: wrap git-subtree-split: 086be59bed87cc8a9c3f28b4cb99566b59bc3fda
Thanks for the review @gchenfc. I am going to let @mattking-smith submit a review before I merge. :) |
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.
@gchenfc This work look terrific. Well done.
I looked through everything. I do not see a problem with this. Feel free to merge @varunagrawal |
Now we just have to figure out the memory leak and we should be good to go with the Matlab wrapper 😄 |
This update adds support to the Matlab wrapper for default arguments.