Skip to content
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

Merged
merged 3 commits into from
Dec 14, 2021
Merged

Wrap Update #965

merged 3 commits into from
Dec 14, 2021

Conversation

varunagrawal
Copy link
Collaborator

This update adds support to the Matlab wrapper for default arguments.

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
@varunagrawal varunagrawal added the wrapper Related to the wrapper label Dec 13, 2021
@varunagrawal varunagrawal self-assigned this Dec 13, 2021
@varunagrawal varunagrawal linked an issue Dec 13, 2021 that may be closed by this pull request
@varunagrawal
Copy link
Collaborator Author

Thanks for the review @gchenfc. I am going to let @mattking-smith submit a review before I merge. :)

Copy link

@mattking-smith mattking-smith left a 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.

@mattking-smith
Copy link

Thanks for the review @gchenfc. I am going to let @mattking-smith submit a review before I merge. :)

I looked through everything. I do not see a problem with this. Feel free to merge @varunagrawal

@varunagrawal varunagrawal merged commit 36dafed into develop Dec 14, 2021
@varunagrawal varunagrawal deleted the wrap/update branch December 14, 2021 03:05
@varunagrawal
Copy link
Collaborator Author

Now we just have to figure out the memory leak and we should be good to go with the Matlab wrapper 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wrapper Related to the wrapper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MATLAB Wrapper Does Not Support Default Arguments
3 participants