migration: switch internal deps to pinned GitHub git sources - #2
Merged
Conversation
Add 5 tests for TrackerCommsStats: left-to-download, completion check, default state, zero-total edge case, and over-download no-underflow.
UdpTrackerClient is exported from the crate root, but its `announce()` method takes an AnnounceFields and returns an AnnounceResponse — both of which lived in the private `tracker_comms_udp` module, making the method unusable to outside consumers. Re-export both types alongside UdpTrackerClient. Bump 0.1.2 → 0.1.3 (additive, backwards compatible).
Bumped reqwest 0.13 → 0.12 because consumer workspaces (indexarr-rs) pin reqwest to 0.12 and cargo treats 0.12 vs 0.13 as semver-incompatible. The crate's HTTP tracker code uses only basic GET-with-params and bencode deserialize, which is identical between the two reqwest releases — no code change needed. Bumps 0.1.3 → 0.1.4.
thedancingdeveloper
force-pushed
the
migration/github-native-source
branch
3 times, most recently
from
July 23, 2026 23:16
310fbbe to
d9289af
Compare
AusAgentSmith
approved these changes
Jul 23, 2026
AusAgentSmith
left a comment
Contributor
There was a problem hiding this comment.
Reviewed: source content verified with cargo check/--all-targets before push; migration policy and rust CI both green.
thedancingdeveloper
force-pushed
the
migration/github-native-source
branch
from
July 23, 2026 23:22
d9289af to
160e683
Compare
AusAgentSmith
approved these changes
Jul 23, 2026
AusAgentSmith
left a comment
Contributor
There was a problem hiding this comment.
Reviewed: rebased onto current main, resolved a workflow delete/modify conflict, restored ci.yml that a bad conflict resolution had deleted. Migration policy and rust CI both green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased onto main, resolving a workflow-file delete/modify conflict (kept the delete). Switches internal deps from the Forgejo Cargo registry to pinned GitHub git sources. Verified with a clean cargo check --all-targets. Part of the Forgejo registry deprecation sequence.