Uh oh!
There was an error while loading. Please reload this page.
Deprecate CEL status macros and StatusBuilder in favor of the upstream absl version. - #1995
Merged
Merged
Conversation
copybara-serviceBotforce-pushed
the
test_917172982
branch
from
May 18, 2026 12:33
6254b3e to
4acd8bfComparecopybara-serviceBotforce-pushed
the
test_917172982
branch
5 times, most recently
from
May 21, 2026 11:39
b62a230 to
17dbad7Comparecopybara-serviceBotforce-pushed
the
test_917172982
branch
from
June 11, 2026 15:24
17dbad7 to
25dc0b4Comparecopybara-serviceBotforce-pushed
the
test_917172982
branch
7 times, most recently
from
August 5, 2026 16:49
176ddf0 to
ed37ea8Compare…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: 959727072
copybara-serviceBotforce-pushed
the
test_917172982
branch
from
August 5, 2026 17:10
ed37ea8 to
72e3616Compare
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 freeto 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.