Thibault Sottiaux
6346e4f560
fix: fix readiness subscribe token wrap-around ( #8770 )
...
Fixes ReadinessFlag::subscribe to avoid handing out token 0 or duplicate
tokens on i32 wrap-around, adds regression tests, and prevents readiness
gates from getting stuck waiting on an unmarkable or mis-authorized
token.
2026-01-06 13:09:02 +00:00
Josh McKinney
ec49b56874
chore: add cargo-deny configuration ( #7119 )
...
- add GitHub workflow running cargo-deny on push/PR
- document cargo-deny allowlist with workspace-dep notes and advisory
ignores
- align workspace crates to inherit version/edition/license for
consistent checks
2025-11-24 12:22:18 -08:00
jif-oai
e92c4f6561
feat: async ghost commit ( #5618 )
2025-10-27 10:09:10 +00:00
pakrym-oai
5c42419b02
Use assert_matches ( #4756 )
...
assert_matches is soon to be in std but is experimental for now.
2025-10-05 21:12:31 +00:00
jif-oai
5b910f1f05
chore: extract readiness in a dedicated utils crate ( #4140 )
...
Create an `utils` directory for the small utils crates
2025-09-24 10:15:54 +00:00