Steve Arnold
Steve Arnold
Working on newer platform wheels now, but I can't really test on windows/macos (except for github CI). Did you have a problem installing the current platform wheels on windows? Aaand...
You are right that the current manylinux wheels are built with a (now)deprecated version, including a really old version of the google-y library. Among other updates, we'll be updating the...
There is now an open PR #47 that has the latest cibuildwheel that includes the latest quay.io docker image with a newer CentOS and re2. After this gets addressed and...
Okay, but I don't yet see anything pointing to *this* behavior change, or how using the patch you just merged exhibits the old behavior in ubuntu focal with python 3.9.6...
I have this one: https://github.com/sarnold/pyre2/pull/9 and everything is "fine" except coverage.py chokes with a parse error on the first `cimport` it sees. I tried the exact same config on the...
Oh, I also split out 2 problematic tests so they can be deselected/marked with pytest. Right now there are 2 places where the None vs '' test fails with the...
Finally, this will fail hard in python 3.10: https://github.com/borgbackup/borg/issues/5683 Fixing that ^^ and removing PY2 support *should* help getting the test coverage enabled.
@adityagoel451 can you try the wheels [here](https://github.com/andreasvc/pyre2/pull/47/checks) and see if they work for you?
Update 1: Turns out flake8 was an upstream red-herring since version 4 stops doing anything if the AST check fails, thus the (new) E999 warning and *no additional output*. Falling...
Actually the conda package version is not so critical, since their automation almost takes care of itself. The PR should take care of that last 2 items above. I'm right...