[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT#36452
Closed
tanvi-jagtap wants to merge 22 commits into
Closed
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT#36452tanvi-jagtap wants to merge 22 commits into
tanvi-jagtap wants to merge 22 commits into
Conversation
yashykt
approved these changes
Apr 26, 2024
markdroth
added a commit
to markdroth/grpc
that referenced
this pull request
Apr 26, 2024
copybara-service Bot
pushed a commit
that referenced
this pull request
Apr 27, 2024
CC @tanvi-jagtap Closes #36462 COPYBARA_INTEGRATE_REVIEW=#36462 from markdroth:build_fix 091e13d PiperOrigin-RevId: 628549571
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT
Replacing GPR_ASSERT with absl CHECK.
These changes have been made using string replacement and regex.
Will not be replacing all instances of CHECK with CHECK_EQ , CHECK_NE etc because there are too many callsites. Only ones which are doable using very simple regex with least chance of failure will be replaced.
Given that we have 5000+ instances of GPR_ASSERT to edit, Doing it manually is too much work for both the author and reviewer.