Enforce non-empty SmeeConfig hook phases - #196
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthrough
ChangesValidated configuration API
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
SmeeConfighook storage private and add validated construction/read APIsTDD
cargo test -p git-smee-core --test config_integrationfailed becausetry_newandhooks_fordid not existValidation
cargo +1.92.0 fmt --all -- --checkcargo +1.92.0 clippy --workspace --all-targets --all-features --locked -- -D warningsCARGO_BUILD_JOBS=1 CARGO_INCREMENTAL=0 cargo +1.92.0 test --workspace --all-targets --all-features --locked(238 tests passed)The first full-suite attempt encountered a linker bus error after the disk reached 100%; cleaning this worktree's rebuildable
target/artifacts and rerunning serially produced the full green result above.Fixes #195
Summary by CodeRabbit
New Features
Bug Fixes