-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update for DART 6.7 #480
Update for DART 6.7 #480
Conversation
Please note that DART 6.7 is not available on Trusty. Let's either drop supporting Trusty for AIKIDO or change this PR to support both of DART 6.6 and DART 6.7. |
We'll discuss during lab meeting on Friday, but I'm heavily leaning toward just dropping Trusty support. |
Use clone() instead of cloneSkeleton() for DART < 6.7
Updated to support both of DART 6.6 and DART 6.7 so that we now can merge this regardless of whether to support Trusty or not. Once AIKIDO drops supporting Trusty, the if-preprocessors can be simply removed. |
Could someone please run |
Never mind! It's done! |
Use recommended APIs instead of deprecated corresponding.
Note that this PR won't pass the CIs (for Ubuntu >= 14.04) until the issues of gtest and
make_unique()
. I breakdown #479 into smaller ones to make the review process, and this is one of them.Before creating a pull request
make format
Before merging a pull request
CHANGELOG.md