Deprecate CEL status macros and StatusBuilder in favor of the upstream absl version.#1995
Open
copybara-service[bot] wants to merge 1 commit into
Open
Deprecate CEL status macros and StatusBuilder in favor of the upstream absl version.#1995copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
copybara-service
Bot
force-pushed
the
test_917172982
branch
from
May 18, 2026 12:33
6254b3e to
4acd8bf
Compare
copybara-service
Bot
force-pushed
the
test_917172982
branch
5 times, most recently
from
May 21, 2026 11:39
b62a230 to
17dbad7
Compare
…m absl version. - Update `CEL_RETURN_IF_ERROR` and `CEL_ASSIGN_OR_RETURN` to use upstream `absl` status macros. - Mark `CEL_` macros as deprecated with comments. - Deprecate `cel::internal::StatusBuilder` in favor of `absl::StatusBuilder` using `[[deprecated]]` and `ABSL_REFACTOR_INLINE`. - Remove custom OSS implementations from `status_macros.h` and `status_builder.h` as they are now upstream in ABSL. PiperOrigin-RevId: 917172982
copybara-service
Bot
force-pushed
the
test_917172982
branch
from
June 11, 2026 15:24
17dbad7 to
25dc0b4
Compare
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.
Deprecate CEL status macros and StatusBuilder in favor of the upstream absl version.
CEL_RETURN_IF_ERRORandCEL_ASSIGN_OR_RETURNto use upstreamabslstatus macros.CEL_macros as deprecated with comments.cel::internal::StatusBuilderin favor ofabsl::StatusBuilderusing[[deprecated]]andABSL_REFACTOR_INLINE.status_macros.handstatus_builder.has they are now upstream in ABSL.