The flake handoff follows the others into docs/handoffs

This commit is contained in:
Joseph Ferano 2026-09-14 08:12:01 +07:00
parent 82ca001683
commit f543643d19
2 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,9 @@ built the redefinition emitter, `handoffs/HANDOFF-x86-aggregates.md` took that a
information, and `handoffs/HANDOFF-x86-cost.md` measured what the backend costs and set the survey running on its
own so a refusal cannot sit unnoticed again.
The other three sessions are unrelated to each other. `handoffs/HANDOFF-arith.md` is why a divide by zero is a condition
The other four sessions are unrelated to each other. `handoffs/HANDOFF-arith.md` is why a divide by zero is a condition
rather than a `SIGFPE`. `handoffs/HANDOFF-raylib-ports.md` is the running record of the last two raylib example
ports, whose lasting findings were folded into `PORTING.md`. `handoffs/HANDOFF-devtest-noise.md` is the linker
error `dune test` used to print on every run. `handoffs/HANDOFF-tidy.md` is this reorganisation.
error `dune test` used to print on every run. `handoffs/HANDOFF-emacs-flake.md` is the `test_emacs` flake that
turned out to be `SIGPIPE` killing the daemon mid-reply, and it is worth reading for the two mechanisms it
rules out as much as for the one it found. `handoffs/HANDOFF-tidy.md` is this reorganisation.