mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
Public functions now take ctx: &GitHubContext<'_> instead of by-value GitHubContext<'_>. Matches the surrounding &str / &GitHubCredentials convention. The type stays Copy so internal call sites that pass `ctx` through still work without explicit reborrows. Touched: 8 fabro-github functions + matching _with_client variants, plus call sites in fabro-server, fabro-workflow, fabro-sandbox, and fabro-github's integration + unit tests. Pure mechanical change. Verified: workspace fmt clean, clippy --all-targets -D warnings clean, cargo nextest run --workspace 4581 passed, 182 skipped. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| lib.rs | ||