abseil 20250512.1, protobuf 31.1, protobuf@29 29.5#227169
Merged
BrewTestBot merged 84 commits intomainfrom Aug 14, 2025
Merged
Conversation
SMillerDev
previously approved these changes
Jun 19, 2025
Contributor
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
The base branch was changed.
Contributor
|
Tip This pull request targets the |
7ef8ea9 to
9054255
Compare
9054255 to
67dabb9
Compare
Closed
67dabb9 to
51b9b57
Compare
Closed
Member
|
Unrelated to PR, but may want to improve 15-arm64 deps run to avoid failing on fetching newly built Sonoma bottles. We have open PRs to follow up on other failures: |
6 tasks
6 tasks
62 tasks
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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
absl::any,absl::optional, andabsl::variantare now aliases forstd::any,std::optional, andstd::variantin all builds. (Note that the polyfill implementationabsl::string_viewremains at the present time, but it defaults to being an aliasstd::string_viewin all builds.)absl::FastTypeId<Type>(), which evaluates at compile-time to a unique id for the passed-in type.absl::endianandabsl::byteswappolyfills (abseil/abseil-cpp@25bce12).Breaking Changes:
absl_nonnull,absl_nullable) should be used instead (abseil/abseil-cpp@caf854d).Known Issues
Baseline: bc257a88f7c1939f24e0379f14a3589e926c950c
Cherry-pick: 76bb24329e8bf5f39704eb10d21b9a80befa7c81 (Patch 1)
View the full release notes at https://github.com/abseil/abseil-cpp/releases/tag/20250512.1.