Put the tenth sweep last in the round list, where it landed

This commit is contained in:
iris-ai committed 2026-09-20 18:25:27 -04:00
1 parent 992a4a2e97
commit ddaf9b37d6
1 file changed
+2 -2
+2 -2
View File
@@ -107,14 +107,14 @@ comparison work above, its review rounds past `cadfba0` are described in
overflow its pixels asked for, said as the place the parent gives and overflow its pixels asked for, said as the place the parent gives and
sharing one comparison with the span; and `Image` grown in the generated sharing one comparison with the span; and `Image` grown in the generated
trees, which is the only widget here whose hint is a length in pixels. trees, which is the only widget here whose hint is a length in pixels.
- **The deferred request system's own sweep**, `4cb6f68` -- described at the
top of this file and in full in `docs/LAYOUT_LOG.md`.
- **One ask, the root's included**, `0d03267` -- the root had a layout path - **One ask, the root's included**, `0d03267` -- the root had a layout path
of its own, so a rule that reads the box it is offered reached every widget of its own, so a rule that reads the box it is offered reached every widget
but that one. `Placing::WINDOW` is the box nobody drew and `Placing::ask` but that one. `Placing::WINDOW` is the box nobody drew and `Placing::ask`
the one place a box is decided; the root's own path is now the bookkeeping the one place a box is decided; the root's own path is now the bookkeeping
a widget with no parent keeps. Bryan asked for this rather than a widget a widget with no parent keeps. Bryan asked for this rather than a widget
above the root, which would pin the tree to pixels. above the root, which would pin the tree to pixels.
- **The deferred request system's own sweep**, `4cb6f68` -- described at the
top of this file and in full in `docs/LAYOUT_LOG.md`.
The settled design of the vocabulary rounds is in `docs/LAYOUT.md` under The settled design of the vocabulary rounds is in `docs/LAYOUT.md` under
"Three names, and the one argument that says them". Bryan settled the API "Three names, and the one argument that says them". Bryan settled the API