Skip to content
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

[pull] main from google:main #72

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
731086c
Try using `p0deje/setup-bazel` everywhere.
junyer Feb 13, 2024
b4c6fe0
Bump version of `p0deje/setup-bazel` to address warnings.
junyer Feb 13, 2024
ed9fc26
Update @apple_support to version 1.12.0.
junyer Feb 15, 2024
2aa303b
Update @pybind11_bazel to version 2.11.1.bzl.2.
junyer Feb 16, 2024
d00d1e9
Avoid `invalid escape sequence` errors on Windows.
junyer Feb 16, 2024
477b9f9
Clean up uses of `repo_name` in `MODULE.bazel`.
junyer Feb 18, 2024
6bb550b
Disable warning for missing-field-initializers as well for clang.
Feb 18, 2024
0ff0fab
Fix an ancient bug in prefix factoring.
junyer Feb 19, 2024
f9550c3
Fix more ancient bugs around Latin-1 handling.
junyer Feb 19, 2024
2d866a3
Prepare to tag release `2024-03-01`.
junyer Feb 29, 2024
45c9985
Update @pybind11_bazel to version 2.11.1.bzl.3.
junyer Mar 2, 2024
8695a63
Disable MSYS/MSYS2 path conversion, which interferes with Bazel.
junyer Mar 4, 2024
dbf15a2
Use try-import to load an optional user-specific user.bazelrc
hzeller Mar 2, 2024
27536b0
Delete an old comment.
junyer Mar 7, 2024
ddb3414
Add Clang 18 to the build matrix.
junyer Mar 11, 2024
108914d
`p0deje/setup-bazel` has been transferred to `bazel-contrib`.
junyer Mar 11, 2024
58f6cdd
doc/mksyntaxgo: use standard generated Go header
alexandear Mar 15, 2024
5c5c8ed
Fix the link to the Python wrapper.
junyer Mar 17, 2024
db46d1e
Bump versions of actions to latest releases.
junyer Mar 17, 2024
1250a99
Raise `re2.error` instead of crashing.
junyer Mar 17, 2024
6598a8e
Make compiling a no-op if it's attempted before adding any patterns.
junyer Mar 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Clang 18 to the build matrix.
... and remove Clang 15 so that we continue to
test with only the three most recent releases.

Change-Id: Ib1eaa20b2c988bb53027dd3e01551d5d95058e24
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62830
Reviewed-by: Perry Lorier <perryl@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed Mar 11, 2024
commit ddb3414a8f65ff03e63bbd1932fb2164cec69bf1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ver: [15, 16, 17]
ver: [16, 17, 18]
env:
CC: clang-${{ matrix.ver }}
CXX: clang++-${{ matrix.ver }}
Expand Down