Breaking change: Migrate to Abseil's logging library.#11623
Closed
copybara-service[bot] wants to merge 1 commit intomainfrom
Closed
Breaking change: Migrate to Abseil's logging library.#11623copybara-service[bot] wants to merge 1 commit intomainfrom
copybara-service[bot] wants to merge 1 commit intomainfrom
Conversation
b0d262d to
1813c1e
Compare
0f1edbb to
1bf5797
Compare
copybara-service bot
pushed a commit
to abseil/abseil-cpp
that referenced
this pull request
Jan 24, 2023
This was tested with protocolbuffers/protobuf#11623 in Protobuf's windows shared library build. PiperOrigin-RevId: 504294227 Change-Id: I9657197e649a334585bffa2c7bc6340cd2354e84
c125ed0 to
0284a00
Compare
a81e6dc to
3894f0f
Compare
This deletes our old branches of internal Abseil code in favor of their newly open-sourced library. Notably, this removes the ability to turn CHECK crashes into exceptions. PiperOrigin-RevId: 503554254
3894f0f to
33c05f4
Compare
netkex
pushed a commit
to netkex/abseil-cpp
that referenced
this pull request
Apr 3, 2024
This was tested with protocolbuffers/protobuf#11623 in Protobuf's windows shared library build. PiperOrigin-RevId: 504294227 Change-Id: I9657197e649a334585bffa2c7bc6340cd2354e84
liujinye-sys
pushed a commit
to open-vela/external_abseil-cpp
that referenced
this pull request
Jul 23, 2025
This was tested with protocolbuffers/protobuf#11623 in Protobuf's windows shared library build. PiperOrigin-RevId: 504294227 Change-Id: I9657197e649a334585bffa2c7bc6340cd2354e84
liujinye-sys
pushed a commit
to open-vela/external_abseil-cpp
that referenced
this pull request
Dec 16, 2025
This was tested with protocolbuffers/protobuf#11623 in Protobuf's windows shared library build. PiperOrigin-RevId: 504294227 Change-Id: I9657197e649a334585bffa2c7bc6340cd2354e84
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.
Breaking change: Migrate to Abseil's logging library.
This deletes our old branches of internal Abseil code in favor of their newly open-sourced library. Notably, this removes the ability to turn CHECK crashes into exceptions.