Skip to content

docs: adjudicate #165 — enter-sync-call's unbracketed gate is accepted - #174

Merged
lannbot merged 1 commit into
mainfrom
docs/adjudicate-165
Aug 20, 2026
Merged

docs: adjudicate #165 — enter-sync-call's unbracketed gate is accepted#174
lannbot merged 1 commit into
mainfrom
docs/adjudicate-165

Conversation

@lannbot

@lannbot lannbot commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Records the #165 adjudication as a named divergence in architecture.md §6 and upgrades the code comment at the enter-sync-call gate from "reported, not smuggled in" to the adjudicated rationale.

Grounds, in the entry: wasmtime parity (enter_guest_sync_call checks nothing); taking the bracket would create a guest→guest lock spanning suspension points — the await-spanning-lock class #156/#160 eliminated; and upstream CM#705 removes the may_enter flag/trap outright, so the divergence is a trailing indicator that self-resolves at the submodule pin advance. Migration map: #173. The pinned definitions.py stays the tie-breaker until then.

Closes #165. Comment/docs only; just test-runtime green (516/0).

Named divergence recorded in architecture.md §6: the enter_from/leave_to
bracket around FACT sync guest→guest calls stays omitted (host-mediated
reentry admitted where the pinned reference traps). Grounds: wasmtime
parity, the bracket would reintroduce the await-spanning-lock class
removed by #156/#160, and upstream CM PR 705 removes the may_enter
flag/trap outright — the divergence is a trailing indicator of that
removal and self-resolves at the pin advance (migration map: #173).
The code comment at the enter-sync-call gate now cites the adjudication
instead of reporting the omission as an open hole.

Comment/docs only; gate: just test-runtime (516/0).
@lannbot
lannbot enabled auto-merge August 20, 2026 23:53
@lannbot
lannbot merged commit a68a64a into main Aug 20, 2026
3 checks passed
@lannbot
lannbot deleted the docs/adjudicate-165 branch August 23, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

reentrance: enter-sync-call checks the callee gate but never takes it — host-mediated reentry passes where the reference traps

2 participants