Record STR-051 closeout hash
This commit is contained in:
@@ -18,6 +18,12 @@ agent or engineer to remove them without reconstructing context from chat.
|
|||||||
|
|
||||||
## Recent Reductions
|
## Recent Reductions
|
||||||
|
|
||||||
|
- 2026-06-14: `DEBT-0036` was narrowed again. `execute_canvas_draw_merge_branch_body()`
|
||||||
|
now routes the temporary erase, texture, and blend dispatch bodies through
|
||||||
|
`make_canvas_draw_merge_temporary_erase_dispatch(...)`,
|
||||||
|
`make_canvas_draw_merge_layer_texture_dispatch(...)`, and
|
||||||
|
`make_canvas_draw_merge_layer_blend_dispatch(...)`; the branch body still
|
||||||
|
owns the selection guard and execution dispatch.
|
||||||
- 2026-06-14: `DEBT-0036` was narrowed again. `Canvas::draw_merge_temporary_paint_branch()`
|
- 2026-06-14: `DEBT-0036` was narrowed again. `Canvas::draw_merge_temporary_paint_branch()`
|
||||||
now routes the retained temporary-paint request construction through
|
now routes the retained temporary-paint request construction through
|
||||||
`make_canvas_draw_merge_temporary_paint_request(...)`; the temporary-paint
|
`make_canvas_draw_merge_temporary_paint_request(...)`; the temporary-paint
|
||||||
|
|||||||
@@ -2170,7 +2170,7 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
|
|||||||
|
|
||||||
### STR-051 - Extract Draw Merge Branch Dispatch Bodies
|
### STR-051 - Extract Draw Merge Branch Dispatch Bodies
|
||||||
|
|
||||||
Status: Ready
|
Status: Done
|
||||||
Score: no score movement
|
Score: no score movement
|
||||||
Debt: `DEBT-0036`
|
Debt: `DEBT-0036`
|
||||||
Scope: `src/canvas.cpp`, `src/legacy_canvas_draw_merge_services.h`, `tests/paint_renderer/compositor_tests.cpp`
|
Scope: `src/canvas.cpp`, `src/legacy_canvas_draw_merge_services.h`, `tests/paint_renderer/compositor_tests.cpp`
|
||||||
@@ -2190,6 +2190,8 @@ Done Checks:
|
|||||||
- `docs/modernization/debt.md` records the reduced draw-merge branch-dispatch
|
- `docs/modernization/debt.md` records the reduced draw-merge branch-dispatch
|
||||||
surface.
|
surface.
|
||||||
|
|
||||||
|
Closeout: `27d34f2f`
|
||||||
|
|
||||||
Validation:
|
Validation:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user