pyre2 icon indicating copy to clipboard operation
pyre2 copied to clipboard

Python wrapper for RE2

Results 10 pyre2 issues
Sort by recently updated
recently updated
newest added

During `pip install` and from source `make install` I have the following log : [wheel_pyre2_error.txt](https://github.com/andreasvc/pyre2/files/15186738/wheel_pyre2_error.txt) I'm running Archlinux with python 3.12.3 and `abseil-cpp-20240116.1-1`

Currently it looks like wheels are not built for win32 ([skipped in CI](https://github.com/andreasvc/pyre2/blob/master/.github/workflows/release.yml#L43)). Was there a reason I should be aware of for this, and would it be possible to...

eg: ``` src/re2.pyx:106:9: E999 SyntaxError: invalid syntax ``` This didn't happen with older flake8 versions; the coverage thing is new. There are some issue/so discussions about cython and coverage.py and...

eg. on readthedocs.io can be automatically triggered on release

Hi, are there any plans to build re2 for newer Python version? I'm trying to install pyre2 on Windows with Python 3.8 and there's some weird CMake issues I'm not...

This is not a proper issue, just a question about which version of re2 is being wrapped. Based on some log statements that appeared, my guess is that the re2...

When trying to install pyre2 with `pip install pyre2` I get the following error: ``` Building wheels for collected packages: pyre2 Building wheel for pyre2 (pyproject.toml) ... error error: subprocess-exited-with-error...

Python 3.7 fixed bugs related to empty matches: https://bugs.python.org/issue1647489

Either we crossed each other on the last PR or I just plain missed a commit, but upshot is the v0.3.5 commit got orphaned and conda-forge wants to update to...

Since I need a good re2 python interface (and there appears to be many, largely unmaintained) I ended up testing this one and the google one using your performance.py script...