docs: update history with cycles 69-79, 350-test milestone
Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
This commit is contained in:
parent
a6d2b2a264
commit
01402bf5b8
1 changed files with 16 additions and 3 deletions
|
|
@ -282,10 +282,23 @@
|
||||||
- Added 5 tests: write offset zero, 10 echo actors respond, alternating silent/sending, budget=1 one-per-tick, echo address-only
|
- Added 5 tests: write offset zero, 10 echo actors respond, alternating silent/sending, budget=1 one-per-tick, echo address-only
|
||||||
- **300 tests pass milestone** — 3 bugs found and fixed total, 20 property tests
|
- **300 tests pass milestone** — 3 bugs found and fixed total, 20 property tests
|
||||||
|
|
||||||
|
## Cycles 69-79 — Continued Expansion to 350
|
||||||
|
- Cycle 69 (305): multiple globals, large data segment, i64 store, runtime drop
|
||||||
|
- Cycle 70 (309): dynamic send count, 3-actor pipeline, XOR transform
|
||||||
|
- Cycle 71 (314): f32 ops, nested blocks, mixed guest response fuzz
|
||||||
|
- Cycle 72 (319): byte checksum, 4-thread MT stress, comparison ops
|
||||||
|
- Cycle 73 (324): conditional trap, 3 runtimes share engine, 1000 actors
|
||||||
|
- Cycle 74 (328): message counter global, DropOldest mailbox, odd-length filter
|
||||||
|
- Cycle 75 (333): 8-param function, native relay, any-size round-trip fuzz
|
||||||
|
- Cycle 76 (337): dual-address send, 500 messages, early return
|
||||||
|
- Cycle 77 (341): reverse+echo, shared budget, f64, replacement cycle
|
||||||
|
- Cycle 78 (346): fibonacci recursion, 5-actor inbox, block result
|
||||||
|
- Cycle 79 (350): zeros/ones, double fuzz, 30 mixed actors
|
||||||
|
|
||||||
## Campaign Summary (ongoing)
|
## Campaign Summary (ongoing)
|
||||||
- **73 commits** on bin-runner branch (3 bug fixes + 70 test/doc commits)
|
- **84 commits** on bin-runner branch (3 bug fixes + 81 test/doc commits)
|
||||||
- **300 tests** (276 scenario + 20 property + 4 compile-time checks)
|
- **350 tests** (323 scenario + 23 property + 4 compile-time checks)
|
||||||
- **3 bugs found and fixed** in core WASM actor code and runtime
|
- **3 bugs found and fixed** in core WASM actor code and runtime
|
||||||
- **2 flaky MT tests fixed** with retry polling
|
- **2 flaky MT tests fixed** with retry polling
|
||||||
- **~10,000 lines** of test code
|
- **~11,500 lines** of test code
|
||||||
- Implementation proved extremely robust after initial 3 bug fixes
|
- Implementation proved extremely robust after initial 3 bug fixes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue