diff --git a/docs/README.md b/docs/README.md index 25474d9..dc5922f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. diff --git a/HANDOFF-emacs-flake.md b/docs/handoffs/HANDOFF-emacs-flake.md similarity index 100% rename from HANDOFF-emacs-flake.md rename to docs/handoffs/HANDOFF-emacs-flake.md