Document deferred layout requests and verification on Iris PR 19

This commit is contained in:
iris-ai committed 2026-09-20 16:50:50 -04:00
1 parent ab8b05b762
commit 4c7072e62f
3 files changed
+104 -16

No files matched your search

+5 -2
View File
@@ -870,8 +870,11 @@ span rather than silently discarding its `rest` component.
the box a parent asks a widget in is its *region*, where the drawing ends up
is its *placement*, and the length a fraction resolves against is its *rel
base*. A container says all three in one `PlaceDesc` argument. `Widget::draw`
remains the only layout body. The invariants, the measured costs, the fuzzing
method and the failed hypotheses are all in `docs/LAYOUT.md`; the app's pin at
remains the only layout body. PR #19 also has optional size-request discovery
for deferred min/max/clamp expressions (2026-09-20); ordinary widgets still
return `Size`, and plain requests retain symbolic allocation. The invariants,
the measured costs, the fuzzing method and the failed hypotheses are all in
`docs/LAYOUT.md`; the app's pin at
`32f6ad8` predates every part of it, so nothing here depends on it until the
integration described in `docs/HANDOFF.md` lands.