Skip to content

docs: clarify comments and remove implementation history - #27

Merged
JedimEmO merged 2 commits into
masterfrom
docs/comment-cleanup
Sep 5, 2026
Merged

docs: clarify comments and remove implementation history#27
JedimEmO merged 2 commits into
masterfrom
docs/comment-cleanup

Conversation

@JedimEmO

@JedimEmO JedimEmO commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Source comments contain implementation history, audit labels, and narration that obscures useful constraints. Remove that noise and correct stale documentation for transport buffering, authorization helpers, OIDC issuer requirements, validation limits, and test fixtures.

This changes comments and rustdoc only. File/module/crate splitting and the boundary review are excluded.

Validation:

  • Verified all non-comment, nonblank Rust lines match current master across all 40 changed files.
  • git diff --check passes.
  • Offline documentation builds with all features pass for ras-auth-core, ras-transport-core, ras-identity-oauth2, ras-openrpc-types, and ras-jsonrpc-core.
  • No behavior tests run; executable code is unchanged.

@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

Test coverage (lines)

Total: 92.71% (±0.00 vs base) — 18463/19914 lines

Crate Lines Coverage Δ
crates/core/ras-auth-core 1081/1162 93.03% ±0.00
crates/core/ras-identity-core 113/113 100.00% ±0.00
crates/core/ras-observability-core 97/97 100.00% ±0.00
crates/core/ras-transport-core 497/534 93.07% ±0.00
crates/core/ras-version-core 90/90 100.00% ±0.00
crates/identity/ras-identity-local 544/591 92.05% ±0.00
crates/identity/ras-identity-oauth2 1717/1761 97.50% ±0.00
crates/identity/ras-identity-session 929/992 93.65% ±0.00
crates/observability/ras-observability-otel 115/115 100.00% ±0.00
crates/rest/ras-file-core 281/360 78.06% ±0.00
crates/rest/ras-file-macro 1154/1291 89.39% ±0.00
crates/rest/ras-rest-core 153/153 100.00% ±0.00
crates/rest/ras-rest-macro 1498/1626 92.13% ±0.00
crates/rpc/bidirectional/ras-jsonrpc-bidirectional-client 1513/1693 89.37% +0.05
crates/rpc/bidirectional/ras-jsonrpc-bidirectional-macro 453/494 91.70% ±0.00
crates/rpc/bidirectional/ras-jsonrpc-bidirectional-server 2744/2974 92.27% ±0.00
crates/rpc/bidirectional/ras-jsonrpc-bidirectional-types 505/537 94.04% ±0.00
crates/rpc/ras-jsonrpc-core 92/97 94.85% ±0.00
crates/rpc/ras-jsonrpc-macro 916/1001 91.51% ±0.00
crates/rpc/ras-jsonrpc-types 168/168 100.00% ±0.00
crates/specs/ras-openrpc-types 3672/3857 95.20% ±0.00
crates/specs/ras-permission-manifest 131/208 62.98% ±0.00

@JedimEmO
JedimEmO merged commit ca26dc5 into master Sep 5, 2026
13 checks passed
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.

1 participant