You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the release of v3.1.15 a few breaking bugs were discovered. This caused yanking the version ~14h later.
Here we collect the kind of breakage and track their fixes to allow for a new release.
Until this issue is resolved no new releases can be made.
Even though it cropped up after the release CI doesn't yet pick it up. Typing should be evaluated to catch this.
Causes
My reviews aren't good enough and heavily rely heavily on the test-suite to pass. The latter, however, is far from complete, and the lack of static types makes it hard for tooling to expose issues at compile time.
Solutions
Please chime in if you have ideas on how to prevent breaking releases in future.
With the release of v3.1.15 a few breaking bugs were discovered. This caused yanking the version ~14h later.
Here we collect the kind of breakage and track their fixes to allow for a new release.
Until this issue is resolved no new releases can be made.
Issues
GitCommand missing stderr- fixed with Fix missing stderr when the progress parameter of _clone is None #1224GitCommand errors are stringifying bytes in 3.1.15- fixed with Revert compiling GitCommand shell messages #1222Python 3.5 to 3.8 failing with AttributeError: module 'os' has no attribute 'PathLike'Causes
My reviews aren't good enough and heavily rely heavily on the test-suite to pass. The latter, however, is far from complete, and the lack of static types makes it hard for tooling to expose issues at compile time.
Solutions
Please chime in if you have ideas on how to prevent breaking releases in future.
CC: @muggenhor @jmcgill298