From 3916f6dcf98d4fd8a49e0c37fe8987a5a3b104f4 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sun, 31 May 2026 18:55:03 +0200 Subject: [PATCH] docs(reviewer): mark S2 CGAL-result follow-up done (957f506) Co-Authored-By: Claude Opus 4.8 --- doc/reviewer/finding-orchestration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/reviewer/finding-orchestration.md b/doc/reviewer/finding-orchestration.md index ad39cec..c3e00f4 100644 --- a/doc/reviewer/finding-orchestration.md +++ b/doc/reviewer/finding-orchestration.md @@ -100,8 +100,10 @@ Branch `fix/b1-v3-c1-quick-wins`, 9 commits, 298/298 CGAL tests green. Done directly in the warm post-refactor Opus session (all three findings live in the just-written `newton_core`/`NewtonResult`/`NewtonLinearSolver`). Commit `90e966a`; 301/301 CGAL tests green. **I1** status enum + **H1** iteration fix + -**N7** `sparse_qr_fallback_used` / `min_ldlt_pivot` diagnostics. Follow-up idea -(optional): propagate `NewtonStatus` up into the CGAL `Conformal_map_result`. +**N7** `sparse_qr_fallback_used` / `min_ldlt_pivot` diagnostics. Follow-up **done** +(commit `957f506`): `NewtonStatus` + both diagnostics propagated into the public +CGAL result types (`Conformal_map_result`, `Hyper_ideal_map_result`, +`Circle_packing_result`) via the `CGAL::Newton_status` alias.
original S2 plan