diff --git a/NEXT.md b/NEXT.md index d753d5e..0c27126 100644 --- a/NEXT.md +++ b/NEXT.md @@ -54,6 +54,13 @@ state holds fixed arrays or `Vec`s. **raylib 6.0 is not urgent:** all seven struct layouts on the game's path and every enum value it touches are byte-identical between 5.5 and the vendored 6.0. +### One flaky test, measured rather than suspected + +`test_dev.ml`'s first block fails about one run in four with *"the merged program never bound +…/agent.sock"*. **It is not new** — reproduced at `54027ca`, before any of today's work, at the same rate. It is a +startup race in the one-process daemon's socket bind, not a real failure, and it makes "the suite is green" a +statement that needs a second run to make. Worth fixing before it trains someone to re-run on red. + ### Left mid-flight when the session ended Both lanes committed their main work and died on trailing polish; both are merged and the suite is green.