fix(api)!: report explicit topology preflight failures precisely - #512
Conversation
- Add typed explicit-simplex duplicate and facet-sharing errors that preserve input simplex and vertex indices. - Preflight explicit topology from validated simplex specs before constructing TDS simplices. - Rename the Delaunay repair flip-budget fluent setters to make their repair scope explicit. - Repair the papers workflow TeX dependency setup for macOS runners. BREAKING CHANGE: `DelaunayRepairHeuristicConfig::with_max_flips` and `without_max_flips` were renamed to `with_delaunay_max_flips` and `without_delaunay_max_flips`.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (15)
WalkthroughAdds ChangesExplicit Topology Validation Errors
Repair Heuristic Flip-Cap Rename
Nonzero Count Validation Refactor
CI Tooling, Docs, and Fixture Updates
Estimated code review effort: 4 (Complex) | ~60 minutes Possibly related issues
Possibly related PRs
Suggested labels: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 4 |
🟢 Coverage 100.00% diff coverage · +0.02% coverage variation
Metric Results Coverage variation ✅ +0.02% coverage variation (-1.00%) Diff coverage ✅ 100.00% diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (6d5020d) 80003 72839 91.05% Head commit (1ff5859) 80105 (+102) 72948 (+109) 91.07% (+0.02%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#512) 149 149 100.00% Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #512 +/- ##
==========================================
+ Coverage 91.02% 91.04% +0.02%
==========================================
Files 88 88
Lines 79782 79884 +102
==========================================
+ Hits 72620 72729 +109
+ Misses 7162 7155 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
BREAKING CHANGE:
DelaunayRepairHeuristicConfig::with_max_flipsandwithout_max_flipswere renamed towith_delaunay_max_flipsandwithout_delaunay_max_flips.