-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency com_google_absl to v20230125.4 #45
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe update involves modifying the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- WORKSPACE (1 hunks)
Additional comments not posted (1)
WORKSPACE (1)
59-61
: LGTM!The
http_archive
configuration forcom_google_absl
has been correctly updated to version20230125.4
. Thestrip_prefix
,urls
, andsha256
fields are accurate.The code changes are approved.
This PR contains the following updates:
20230125.3
->20230125.4
Release Notes
abseil/abseil-cpp (com_google_absl)
v20230125.4
: Abseil LTS branch, Jan 2023, Patch 4Compare Source
Abseil LTS
2023012
.4What's New:
stderr
, disk files, or other sinks (via an extension API). See the logging library documentation for more information.AbslStringify()
, allows user-defined types to seamlessly work with Abseil's string formatting functions likeabsl::StrCat()
andabsl::StrFormat()
.absl/base/options.h
) reflect the compiled ABI.Breaking Changes:
GUARDED_BY()
) have been removed by default in favor of theABSL_
prefixed versions (e.g.ABSL_GUARDED_BY()
) due to clashes with other libraries. The compatibility macroABSL_LEGACY_THREAD_ANNOTATIONS
can be defined on the compile command-line to temporarily restore these spellings, but this compatibility macro will be removed in the future.Known Issues
VLOG
andDFATAL
are examples of features that have not yet been released.Baseline:
a69b0ae
Cherry pick:
35e8e3f
(Patch 1)Cherry pick:
a0f9b46
(Patch 1)Cherry pick:
2de126c
(Patch 2)Cherry pick:
807763a
(Patch 3)Cherry pick:
96074ab
(Patch 4)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.