-
Notifications
You must be signed in to change notification settings - Fork 353
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
[email protected] #3425
[email protected] #3425
Conversation
Hello @Vertexwahn, @c8ef, modules you maintain (spdlog) have been updated in this PR. Please review the changes. |
@bazel-io skip_check unstable_url |
Can we test also the |
c2b3b2b
to
c9e5f01
Compare
Good idea; test added. |
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.
Hello @bazelbuild/bcr-maintainers, all modules in this PR have been approved by their maintainers. Please take a final look to merge this PR.
Head branch was pushed to by a user without write access
c9e5f01
to
374a7fe
Compare
Require module maintainers' approval for newly pushed changes.
Add bool_flag for header_only mode. This enables `--@spdlog//:header_only=False` on the bazel command line. Requires a new dependency on @bazel_skylib. Add bazel_compatibility metadata to ensure that overlay is supported. Add bazel 8.x to presubmit testing. Add /utf-8 for windows presubmit testing.
374a7fe
to
4a33411
Compare
The new presubmit matrix was failing on windows with UTF-8 complaints. I added |
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.
Hello @bazelbuild/bcr-maintainers, all modules in this PR have been approved by their maintainers. Please take a final look to merge this PR.
Compared to
1.15.0.bcr.1
, add abool_flag
for header_only mode and now depends on@bazel_skylib
.This enables
--@spdlog//:header_only=False
on the bazel command line.See also #1769 which requests a mechanism to enable
USE_STD_FORMAT
. If desirable, I could try adding that option as an additional flag in this pull request, or in a follow-up change.