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
Have gix-filter depend on gix-packetline-blocking unaliased
This removes the `gix-packetline-blocking/futures-lite` "ghost
feature" added in the previous commit, and instead changes
`gix-filter` so that it depends on `gix-packetline-blocking`
without aliasing it `gix-packetline`, instead replacing each use of
`gix_packetline` with `gix_packetline_blocking` in the code of
`gix-filter`.
The long-standing `gix-packetline-blocking/async-io` feature added
in be4de0d (GitoxideLabs#1123), though it should not be used, is *not* removed.
This is because it is referenced in attributes in the code of
`gix-packetline-blocking` (because `gix-packetline-blocking/src` is
copied from `gix-packetline/src` via `etc/copy-packetline.sh`). So
removing it would cause the `clippy` run in the CI `lint` job to
fail, as well as likely causing various other reasonable operations
to fail.
0 commit comments