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
This looks like a duplicate of #11085, and #11086 was an attempt to fix that. Since the fix could lead to an incompatible version bump in Cargo.lock, we are going to collect as many lockfile breaking changes as possible and make them into a single bump.
In the meanwhile, to circumvent this, I'd suggest avoiding characters that involve in encoding/decoding of tag or branch name. Sorry for the inconvenience 😞.
Problem
ruff uses multiple git dependencies. One of them, unicode_names2, is a transitive dependency used with a git tag:
This will updates the git repository on any actions:
Running with
CARGO_LOG=cargo=debug cargo check
says the following:Steps
Reproduced on ubuntu 20.04
Possible Solution(s)
I would prefer it if
cargo check
andcargo build
used the local checkout instead of checking the repo even when using a tag.Notes
See RustPython/RustPython#4617 for our current workaround
Version
Tested on ubuntu and mac os.
The text was updated successfully, but these errors were encountered: