Record STR-051 branch dispatch object closeout

This commit is contained in:
2026-06-14 00:29:30 +02:00
parent 8e1aea9a2d
commit f3a48fbc69
2 changed files with 11 additions and 7 deletions

View File

@@ -2179,20 +2179,20 @@ Scope: `src/canvas.cpp`, `src/legacy_canvas_draw_merge_services.h`, `tests/paint
Goal:
Move the remaining temporary erase, texture, and blend dispatch bodies used by
`execute_canvas_draw_merge_branch_body()` into retained helpers so the branch
Move the remaining branch dispatch object assembly used by
`execute_canvas_draw_merge_branch_body()` into a retained helper so the branch
body keeps only helper dispatch.
Done Checks:
- `execute_canvas_draw_merge_branch_body()` no longer owns the temporary erase,
texture, and blend dispatch bodies inline.
- Regression coverage proves the extracted helpers preserve temporary erase,
texture, and blend execution order.
- `execute_canvas_draw_merge_branch_body()` no longer owns the branch dispatch
object assembly inline.
- Regression coverage proves the extracted helper preserves temporary erase,
temporary paint, texture, and blend execution order.
- `docs/modernization/debt.md` records the reduced draw-merge branch-dispatch
surface.
Closeout: `27d34f2f`
Closeout: `8e1aea9a`
Validation: