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

Update to the latest clp submodule commit. #39

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

kirkrodrigues
Copy link
Member

Description

This PR:

Validation performed

Unit tests passe successfully.

@@ -127,7 +128,7 @@ static jobjectArray encode_native (
for (const auto& query_var : query_vars) {
auto success = std::visit(overloaded{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
auto success = std::visit(overloaded{
const auto success = std::visit(overloaded{

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's defer this to another PR where I apply our clang-format and clang-tidy settings if possible.

@LinZhihao-723 LinZhihao-723 merged commit 49521ce into y-scope:main Nov 10, 2023
@kirkrodrigues kirkrodrigues deleted the update-clp branch November 10, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants