-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
abseil 20250127.1 #211365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BrewTestBot
wants to merge
30
commits into
main
Choose a base branch
from
bump-abseil-20250127.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
abseil 20250127.1 #211365
Conversation
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
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 |
b7a8dbf
to
2710c7d
Compare
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
brew
Issue may be Homebrew/brew related
bump-formula-pr
PR was created using `brew bump-formula-pr`
CI-linux-self-hosted
Build on Linux self-hosted runner
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
CI-no-fail-fast-deps
Continue dependent tests despite failing GitHub Actions matrix tests.
help wanted
Task(s) needing PRs from the community or maintainers
long build
Set a long timeout for formula testing
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 bump
Created with
brew bump-formula-pr
.release notes
ABSL_ATTRIBUTE_VIEW
andABSL_ATTRIBUTE_OWNER
for diagnosing certain lifetime issuesBreaking Changes:
BUILD
files now reference repositories by their canonical names from the Bazel Central Registry. For example, Abseil is now@abseil-cpp
instead of@com_google_absl
, and GoogleTest is now@googletest
instead of@com_google_googletest
. Users still using the oldWORKSPACE
system may need to userepo_mapping
on repositories that still use the old names. See abseil/abseil-cpp@90a7ba6 for an example.Other:
Known Issues
Baseline: 98ebd7e1292d3064ea68105368ee3c334ded63d0
Cherry-pick: 9ac7062b1860d895fb5a8cbf58c3e9ef8f674b5f
Cherry-pick: d9e4955c65cd4367dd6bf46f4ccb8cd3d100540b (Patch 1)