grpc/src/core
Tanvi Jagtap b73fdce71a [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36458)
[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.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36458

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36458 from tanvi-jagtap:tjagtap_src_core_channelz_client_channel 9f5aca429b
PiperOrigin-RevId: 629275206
2024-04-29 20:54:44 -07:00
..
channelz [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36458) 2024-04-29 20:54:44 -07:00
client_channel [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36458) 2024-04-29 20:54:44 -07:00
ext [transport] Make transport types derive from Transport (#36454) 2024-04-26 09:53:03 -07:00
lib [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36458) 2024-04-29 20:54:44 -07:00
load_balancing [reorg] move channelz code to src/core/channelz (#36380) 2024-04-19 13:05:23 -07:00
plugin_registry [clang-format] run for everything under src/core (#36381) 2024-04-18 13:46:42 -07:00
resolver [clang-format] run for everything under src/core (#36381) 2024-04-18 13:46:42 -07:00
service_config [clang-format] run for everything under src/core (#36381) 2024-04-18 13:46:42 -07:00
tsi Revert "ssl: More comprehensive testing of SSL credentials, part 1. (… (#36419) 2024-04-22 10:36:18 -07:00
.clang-format [clang-format] Remove requirement that port_platform.h is at the top (#36284) 2024-04-10 20:26:39 -07:00
BUILD [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36458) 2024-04-29 20:54:44 -07:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.