Skip to content

659 gpr assert absl check cpp17 #662

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nikurt
Copy link
Contributor

@nikurt nikurt commented May 22, 2025

Upgrading C++ to C++17 makes ABSL_CHECK actually compile

Nikolay Kurtov added 3 commits May 16, 2025 18:52
Added a fallback definition for GPR_ASSERT using <assert.h> to handle cases where it is not predefined. This ensures smoother compilation and avoids potential issues with missing assertions.

Signed-off-by: Nikolay Kurtov <[email protected]>
Signed-off-by: Nikolay Kurtov <[email protected]>
Copy link

ti-chi-bot bot commented May 22, 2025

Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.

📝 Please follow instructions in the contributing guide to update your commits with the DCO

Full details of the Developer Certificate of Origin can be found at developercertificate.org.

The list of commits missing DCO signoff:

  • 76e1ae8 try using ABSL_CHECK. Fails to compile. Needs upgrading to C++14, if not to C++17.
  • ca628a6 upgrade to C++17 to make ABSL_CHECK compile

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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

Successfully merging this pull request may close these issues.

1 participant