ed
1f408b9342
docs(reports): document Phase 6 regression fix a4b966c3 (unreachable _process_event_queue)
...
The user reported test_context_sim_live failure after applying Phase 6 final
commit to their main repo. Root cause: Phase 6 Group 6.7's queue_fallback
migration put self._process_event_queue() inside _run_pending_tasks_once_result
AFTER the try/except block, making it unreachable code. As a result, the
event_queue was never consumed, breaking the AI loop.
Fix a4b966c3 (already committed): moved self._process_event_queue() back
to its original location in _run_event_loop, immediately after
self.submit_io(queue_fallback).
This doc update explains the root cause, the fix, and the lesson learned.
2026-06-19 17:48:24 -04:00
..
2026-06-07 15:15:30 -04:00
2026-05-13 16:05:57 -04:00
2026-06-08 20:32:42 -04:00
2026-06-07 18:08:04 -04:00
2026-06-08 21:17:54 -04:00
2026-06-08 23:42:21 -04:00
2026-06-07 12:27:20 -04:00
2026-06-12 12:52:20 -04:00
2026-05-13 08:10:56 -04:00
2026-06-11 00:02:34 -04:00
2026-06-12 22:16:40 -04:00
2026-06-16 09:07:42 -04:00
2026-05-13 08:10:56 -04:00
2026-06-11 20:56:16 -04:00
2026-05-13 08:10:56 -04:00
2026-06-12 13:29:51 -04:00
2026-06-11 17:50:11 -04:00
2026-06-17 12:25:29 -04:00
2026-06-17 12:23:03 -04:00
2026-05-13 08:10:56 -04:00
2026-06-19 01:00:03 -04:00
2026-06-18 09:41:33 -04:00
2026-06-18 09:41:33 -04:00
2026-05-13 08:10:56 -04:00
2026-06-06 20:56:12 -04:00
2026-06-12 12:52:20 -04:00
2026-06-11 09:33:18 -04:00
2026-06-11 21:20:44 -04:00
2026-06-11 22:33:19 -04:00
2026-06-11 19:46:09 -04:00
2026-06-09 12:31:21 -04:00
2026-06-09 14:38:30 -04:00
2026-06-09 15:04:42 -04:00
2026-06-17 16:18:14 -04:00
2026-06-18 15:28:53 -04:00
2026-06-17 22:26:38 -04:00
2026-06-18 09:06:03 -04:00
2026-06-18 00:46:29 -04:00
2026-06-16 10:48:15 -04:00
2026-06-12 12:52:20 -04:00
2026-06-13 18:51:14 -04:00
2026-06-13 18:44:57 -04:00
2026-06-13 18:49:01 -04:00
2026-06-06 14:22:18 -04:00
2026-06-06 14:22:18 -04:00
2026-05-13 08:10:56 -04:00
2026-06-09 16:58:33 -04:00
2026-06-08 21:17:54 -04:00
2026-06-08 23:45:25 -04:00
2026-06-08 21:17:54 -04:00
2026-06-08 09:24:14 -04:00
2026-06-09 00:26:05 -04:00
2026-06-10 18:08:26 -04:00
2026-06-09 10:21:45 -04:00
2026-06-09 00:26:05 -04:00
2026-06-13 18:57:56 -04:00
2026-06-17 10:45:54 -04:00
2026-06-13 18:29:21 -04:00
2026-06-15 11:32:33 -04:00
2026-06-15 14:57:08 -04:00
2026-06-18 15:36:01 -04:00
2026-06-15 21:28:29 -04:00
2026-06-16 00:36:24 -04:00
2026-06-19 17:48:24 -04:00
2026-06-17 17:01:19 -04:00
2026-06-18 15:28:53 -04:00
2026-06-17 10:45:54 -04:00
2026-06-19 14:29:19 -04:00
2026-06-16 23:29:00 -04:00
2026-06-18 18:30:11 -04:00
2026-06-17 16:35:44 -04:00
2026-06-07 12:27:20 -04:00
2026-06-10 21:25:56 -04:00