Record #11 as approved
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
1 parent
a009261fae
commit
c5a10ac845
1 file changed
+8
-6
@@ -5,8 +5,10 @@ Not a decisions log; delete it when the extraction is done.
|
||||
|
||||
## Read this first
|
||||
|
||||
**Pull request #11 has been reviewed seven times; the last answer is `b9c4856`
|
||||
and an eighth review has not arrived.** Check for one before doing anything
|
||||
**Pull request #11 is approved** as of 2026-09-13, head `91b71b9`. The bot
|
||||
cannot merge canonical Iris, so it waits on the owner. When it is
|
||||
squash-merged, rebase the wgpu 30 branch below onto the new `upstream/main`
|
||||
and push it. Check for one before doing anything
|
||||
else:
|
||||
|
||||
```sh
|
||||
@@ -39,10 +41,10 @@ packing images into arrays like atlas pages, and a bindless `binding_array`
|
||||
- Agent fork: `git@git.arirex.me:iris-ai/iris.git`. The bot cannot push
|
||||
canonical; work in the fork and open PRs into `iris/iris:main`.
|
||||
- **#11** `split/11-texture-bindings`, worktree `/home/bob/repos/iris-pr11`,
|
||||
head `b9c4856`, fifteen commits on top of `0f6a28b`. Reviewed seven times,
|
||||
all answered.
|
||||
head `91b71b9`, sixteen commits on top of `0f6a28b`. Reviewed eight times;
|
||||
**approved**, waiting on the owner to merge.
|
||||
- **wgpu 30** `split/13-wgpu30`, worktree `/home/bob/repos/iris-pr13`, head
|
||||
`d887426`, **committed but deliberately not pushed**. It is branched from
|
||||
`74ceb05`, **committed but deliberately not pushed**. It is branched from
|
||||
#11's head rather than `upstream/main`, because the renderer it has to fix
|
||||
is the one #11 leaves behind -- doing it on canonical main would mean
|
||||
writing the same fixes twice. Once #11 is squash-merged, rebase this single
|
||||
@@ -186,7 +188,7 @@ on what needs tested."*
|
||||
So the order is by how much else depends on a thing, not by what is nearest
|
||||
ready, and a slice lands with tests rather than with a script in `/tmp`.
|
||||
|
||||
1. **wgpu 28.0.0 -> 30.0.1.** Done in `d887426`, waiting on #11 (see above).
|
||||
1. **wgpu 28.0.0 -> 30.0.1.** Done in `74ceb05`, waiting on #11 (see above).
|
||||
`winit` stays on 0.30.12 until 0.31 is out of prerelease; `parley` 0.11.1
|
||||
is current. The API changes were: the instance takes the display handle it
|
||||
presents on (GLES on Wayland needs it), `get_current_texture` returns a
|
||||
|
||||
Reference in new issue
Block a user