Skip to content

Use strict IP pipeline sorting - #71

Merged
terjekv merged 1 commit into
mainfrom
agent/issue-57-strict-ip-sorting
Aug 29, 2026
Merged

Use strict IP pipeline sorting#71
terjekv merged 1 commit into
mainfrom
agent/issue-57-strict-ip-sorting

Conversation

@terjekv

@terjekv terjekv commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Closes #57

  • replace permissive dotted-byte ordering with the shared strict IpAddr cast
  • preserve numeric IPv4/IPv6 ordering and address-family semantics across multi-key and fanout sorts
  • cover errors, renderers, redirects, completion, help, and crate documentation

Verification:

  • cargo test --workspace
  • cargo clippy --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • git ls-files -z '*.md' | xargs -0 npx --yes markdownlint-cli2@0.23.2 --config .markdownlint.json

@terjekv
terjekv merged commit ad237bc into main Aug 29, 2026
14 checks passed
@terjekv
terjekv deleted the agent/issue-57-strict-ip-sorting branch August 29, 2026 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use strict IPv4 and IPv6 parsing for pipeline sorting

1 participant