Preserve logs on thrown executor paths, charge every call attempt, and render 2020-12 keywords honestly - #548
Merged
Merged
Conversation
…d render 2020-12 keywords honestly QuickJS now streams accepted console entries to the parent within the IPC bound, so a program that is cancelled, killed at the deadline, crashed, or lost to an IPC failure still returns what it printed, capped at the same 4,000 characters; a normal reply keeps its complete log array. Every connecta.call attempt spends one host call on entry, so unknown addresses and other pre-dispatch refusals can no longer loop for free; the request-held failure list for re-typing escaped errors keeps the most recent 64; an empty terminal error string is reported as a failure with a fixed message on both the parent and the child transport. The compact renderer renders prefixItems as tuples, marks dependentSchemas and if/then/else shapes conditional with the truncation flag, and resolves $dynamicRef like $ref. The pool 404 timing oracle is accepted and documented: names grant no access and a fixed delay cannot hide unbounded grant I/O (#543). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
zackbart
force-pushed
the
fix/followup-edges
branch
from
September 16, 2026 19:22
411503a to
26f1b98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #543 (items 1, 3, 4, 5; items 2 and 6 landed in #546 and #545).
connecta.callattempt spends one host call on entry, so unknown addresses and other pre-dispatch refusals cannot loop for free. The request-held failure list used to re-type escaped errors keeps the most recent 64. An empty terminal error string is a failure with a fixed message on both the parent and the child transport.prefixItemsrenders as a tuple,dependentSchemasandif/then/elseshapes are marked/* conditional */with the truncation flag, and$dynamicRefresolves like$ref(elseunknown, flagged).auth.md: pool names grant no access, a fixed delay cannot hide unbounded grant I/O, and probing grants for unknown names would add work while holding a permit.Full
npm run checkpasses on this branch (pre-rebase; CI is the check of record for the rebased tree).🤖 Generated with Claude Code