issue 0131: RESOLVED (d7808f6)

This commit is contained in:
agra
2026-06-12 21:52:11 +03:00
parent d7808f69a3
commit fe4f059a52

View File

@@ -52,3 +52,13 @@ zig build test && bash tests/run_examples.sh` all green (existing
examples must not regress — if any example relied on dropped extra
args, that example is itself a latent bug to fix in the same
session).
## Resolution
RESOLVED (merged master `d7808f6`, 2026-06-12, Agra-directed in-session
fix). `emitProtocolDispatch` arity-checks exactly (extra AND missing
args) with the standard "expects N arguments" diagnostic at the call
span. Regression pinned by examples/1634-protocol-call-arity; sweep
622/622 + unit tests green — nothing in the tree relied on the
leniency. The three std.http call sites that exposed the gap were
corrected separately in `81fa50c`.