From 8b17a96132a6e73ec2fadb4a7628c1f6883ecc4c Mon Sep 17 00:00:00 2001 From: "GitHub Actions[bot]" <> Date: Mon, 8 Apr 2024 02:16:55 +0000 Subject: [PATCH] Roll third_party/re2/ c9cba7606..ac82d4f62 (129 commits) https://github.com/google/re2/compare/c9cba76063cf...ac82d4f628a2 $ git log c9cba7606..ac82d4f62 --date=short --no-merges --format='%ad %ae %s' 2024-03-29 junyer Don't specify `-pthread` on Emscripten either. 2024-03-28 junyer Tell Bazel the specific target version of macOS too. Sigh. 2024-03-28 junyer Force a specific target version of macOS. 2024-03-28 junyer Prepare to tag release `2024-04-01`. 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. 2024-02-15 junyer Update @apple_support to version 1.12.0. 2024-02-13 junyer Bump version of `p0deje/setup-bazel` to address warnings. 2024-02-13 junyer Try using `p0deje/setup-bazel` everywhere. 2024-02-02 junyer Address a warning from `pypa/gh-action-pypi-publish`. 2024-02-02 junyer Update to `bazelbuild/setup-bazelisk@v3`. 2024-01-31 junyer Build and deploy to GitHub Pages from GitHub Actions. 2024-01-30 junyer Try using larger runners for macOS. 2024-01-30 junyer Add support for macOS 14. 2024-01-30 junyer Prepare to tag release `2024-02-01`. 2024-01-29 junyer Drop `manylinux2014` from the build matrix. 2024-01-29 junyer Bump versions of actions to address warnings. 2024-01-19 junyer Delete an unused function. 2024-01-18 junyer Make @local_config_cc visible as a temporary hack. 2024-01-18 junyer Register the local 32-bit C++ toolchain with highest priority. 2024-01-18 junyer Alas, `--extra_execution_platforms` didn't help. 2024-01-18 junyer Attempt to convince Bazel 7 that X64 can build for X86. 2024-01-18 junyer Update @pybind11_bazel to version 2.11.1.bzl.1. 2024-01-16 junyer Print debug information during toolchain resolution. 2024-01-16 junyer Register the local Python toolchain with highest priority. 2024-01-16 junyer Try updating @rules_python to version 0.28.0. 2024-01-16 junyer Revert "Try dropping the CPU constraint values on Windows." 2024-01-16 junyer Try using @apple_support for toolchains on macOS. 2024-01-16 junyer Try dropping the CPU constraint values on Windows. 2024-01-16 junyer Try to get things working again with Bazel 7. 2024-01-15 junyer Try to lock down workflow permissions. 2023-12-22 junyer Report `kRegexpBadPerlOp` for look-behind assertions. 2023-12-14 junyer Delete the `AUTHORS` and `CONTRIBUTORS` files. 2023-12-14 junyer We don't need to set `--enable_bzlmod` anymore. (...) 2023-08-31 junyer `@rules_python` fails due to Bazel running as root. 2023-08-31 junyer Prepare to tag release `2023-09-01`. 2023-08-29 junyer Strip `-Wl` for `static-testinstall` and `shared-testinstall` as well. 2023-08-22 junyer Reset the Bzlmod compatibility level to 1. 2023-08-17 junyer Clean up `__GNUC__` conditions. 2023-08-11 junyer Add support for `(?expr)`. 2023-08-11 junyer Add a `WORKSPACE.bzlmod` file. 2023-08-11 junyer Migrate to Bzlmod. 2023-08-04 junyer Minor Bazel cleanups. 2023-07-28 junyer Don't try to support ARM64 on Windows yet. 2023-07-28 junyer Try again to make cross-compiling on Windows work. 2023-07-28 junyer `bazelbuild/setup-bazelisk` doesn't work for some reason. 2023-07-28 junyer Bazelisk isn't installed with Chocolatey, apparently. 2023-07-28 junyer Avoid the Chocolatey install of Bazel(isk) getting in the way. 2023-07-28 junyer Try using `bazelbuild/setup-bazelisk` everywhere. 2023-07-28 junyer Tell the Python build where Bazelisk is. 2023-07-28 junyer Explicitly invoke Bazelisk rather than Bazel. 2023-07-28 junyer Avoid `Conflicts: python3-lldb-x.y` between packages. 2023-07-28 junyer Prepare to release `google-re2` 1.1. 2023-07-10 junyer Avoid expanding counted repetitions of empty-width ops. 2023-07-06 junyer Stop using `std::map`. 2023-07-06 junyer Bump the CMake baseline to 3.13. 2023-07-03 junyer Make the fuzzer exercise `ToString()`. 2023-06-30 junyer Clean up some StringPiece-related cruft. 2023-06-30 junyer Tidy up the Python build a little. 2023-06-30 junyer Simplify the app build a little. 2023-06-28 junyer Print command lines for build commands. 2023-06-27 junyer Move linker flags out of `$(MAKE_SHARED_LIBRARY)`. 2023-06-01 junyer `target_compile_definitions()` needs a scope keyword. 2023-06-01 junyer Export `PCRE::no_more_args` and the functors. 2023-06-01 junyer Fix a typographical error. 2023-06-01 junyer Set `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS` again. 2023-05-26 junyer Use `--enable_platform_specific_config` in `.bazelrc`. 2023-05-24 junyer Call `find_package()` conditionally. 2023-05-19 junyer Install CMake in the `gcc:13` container. 2023-05-19 junyer Sigh. I forgot to omit `sudo` because running under Docker. 2023-05-19 junyer Fix the CMake build on Ubuntu. 2023-05-19 junyer Try building the testing for RE2 with CMake again. 2023-05-18 junyer Uhh. Fix `LDABSL` for sure this time. 2023-05-18 junyer Try one more time to fix the GNU make build with GCC on Ubuntu. 2023-05-18 junyer For now, stop building the testing for RE2 with CMake. 2023-05-18 junyer Revert "Try `x64-windows-static` for CMake on Windows." 2023-05-18 junyer Try `x64-windows-static` for CMake on Windows. 2023-05-18 junyer Try again to fix the CI workflows. 2023-05-17 junyer Try to fix the CMake CI workflow. 2023-05-17 junyer Try to fix the GNU make CI workflow. 2023-05-17 junyer Fix the GNU make and CMake configurations and CI workflows. 2023-05-17 junyer Copy over the `re2/` and `util/` subdirectories. 2023-05-15 junyer Copy over the Bazel configuration and the workflow for Python releases. 2023-05-15 junyer Copy over the `app/` and `python/` subdirectories. Created with: roll-dep third_party/re2 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 12e47a0fe..5414a10ae 100644 --- a/DEPS +++ b/DEPS @@ -9,7 +9,7 @@ vars = { 'effcee_revision' : '19b4aa87af25cb4ee779a071409732f34bfc305c', 'glslang_revision': '8a3ea594c76c154493ade0948f1ea64a2f9d2e75', 'googletest_revision': 'f10e11fb27301fba21caa71030bb5024e67aa135', - 're2_revision': 'c9cba76063cf4235c1a15dd14a24a4ef8d623761', + 're2_revision': 'ac82d4f628a2045d89964ae11c48403d3b091af1', 'spirv_headers_revision': '124a9665e464ef98b8b718d572d5f329311061eb', 'spirv_tools_revision': '8e3da01b45806fbacbb9e6fce9c5f9ae49f60e42', }