Skip to content

Commit

Permalink
Roll external/re2/ ed9fc269e..6598a8ecd (18 commits)
Browse files Browse the repository at this point in the history
google/re2@ed9fc26...6598a8e

$ git log ed9fc269e..6598a8ecd --date=short --no-merges --format='%ad %ae %s'
2024-03-18 junyer Make compiling a no-op if it's attempted before adding any patterns.
2024-03-17 junyer Raise `re2.error` instead of crashing.
2024-03-17 junyer Bump versions of actions to latest releases.
2024-03-17 junyer Fix the link to the Python wrapper.
2024-03-15 oleksandr.red+github doc/mksyntaxgo: use standard generated Go header
2024-03-11 junyer `p0deje/setup-bazel` has been transferred to `bazel-contrib`.
2024-03-11 junyer Add Clang 18 to the build matrix.
2024-03-07 junyer Delete an old comment.
2024-03-02 h.zeller Use try-import to load an optional user-specific user.bazelrc
2024-03-04 junyer Disable MSYS/MSYS2 path conversion, which interferes with Bazel.
2024-03-02 junyer Update @pybind11_bazel to version 2.11.1.bzl.3.
2024-02-29 junyer Prepare to tag release `2024-03-01`.
2024-02-19 junyer Fix more ancient bugs around Latin-1 handling.
2024-02-19 junyer Fix an ancient bug in prefix factoring.
2024-02-17 henner.zeller Disable warning for missing-field-initializers as well for clang.
2024-02-18 junyer Clean up uses of `repo_name` in `MODULE.bazel`.
2024-02-16 junyer Avoid `invalid escape sequence` errors on Windows.
2024-02-16 junyer Update @pybind11_bazel to version 2.11.1.bzl.2.

Created with:
  roll-dep external/re2
  • Loading branch information
GitHub Actions[bot] committed Mar 23, 2024
1 parent 3234ae6 commit 50b7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vars = {
# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',

're2_revision': 'ed9fc269e2fdb299afe59e912928d31ad3fdcf7d',
're2_revision': '6598a8ecd57724c8c7d43b2fca8eb9f9969ce57c',
'spirv_headers_revision': '05cc486580771e4fa7ddc89f5c9ee1e97382689a',
}

Expand Down

0 comments on commit 50b7727

Please sign in to comment.