From 53315a3211cfe1f38501bfca3c060964b1172afe Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 1 Mar 2026 11:06:32 +0100 Subject: [PATCH] post: commit 6eaba66 in bojemoi --- .../commits/2026-03-01-commit-6eaba66.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-03-01-commit-6eaba66.md diff --git a/content/posts/commits/2026-03-01-commit-6eaba66.md b/content/posts/commits/2026-03-01-commit-6eaba66.md new file mode 100644 index 0000000..db7e3ba --- /dev/null +++ b/content/posts/commits/2026-03-01-commit-6eaba66.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] bm12: debug mode sequential iteration over host_debug" +date: 2026-03-01T11:06:32+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 6eaba66 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `6eaba66` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `6eaba6610e81bb4a43a00ddd5863d3127f36a396` | + + +### Description + +Same fix as uzi: load all host_debug records upfront ordered by id, +iterate sequentially, stop after last record instead of looping +infinitely on the same host. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_bm12 +``` + +### Diff Summary + +``` + borodino/thearm_bm12 | 121 ++++++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 114 insertions(+), 7 deletions(-) +```