chore(deps): update dependency abseil-cpp to v20240722.1#1310
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency abseil-cpp to v20240722.1#1310renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3d06b92 to
a2c7a02
Compare
a2c7a02 to
4024b8b
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.
This PR contains the following updates:
20240722.0→20240722.1Release Notes
abseil/abseil-cpp (abseil-cpp)
v20240722.1: Abseil LTS branch, July 2024, Patch 1Abseil LTS
2024072.1What's New:
absl::Status. These matchers make it easier to write unit tests for code that usesabsl::Status.Breaking Changes:
absl::AlphaNumno longer allows brace-initialization. This was never intended to be supported, nor is it recommended thatabsl::AlphaNumever be spelled in user code.absl::kuint128maxhas been removed and should be replaced withabsl::Uint128Max().absl::aligned_storage_t, which was a polyfill consistent withstd::aligned_storage_t, has been removed.std::aligned_storage_tis deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement.absl::StrJoinnow has aabsl::string_viewoverload. This allows for passing a collection of string-like objects without having to convert everything to the same type first. However, this may be a breaking change for users passing an explicit template argument toabsl::StrJoin. In this case, simply remove the explicit template parameter.vlog_is_on.his now a public header and is no longer included fromlog.h. To useVLOG_IS_ON(),absl/log/vlog_is_on.hmust be included.Known Issues
Baseline:
3358286Cherry-pick:
2138590Cherry-pick:
9a0743aCherry-pick:
4447c75Cherry-pick:
dd4c89b(Patch 1)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.