Uh oh!
There was an error while loading. Please reload this page.
test(project): rescue non-Hono InstanceBootstrap boundary tests - #26453
Merged
Conversation
kitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 02:56
3986e17 to
6b13e18Comparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 02:57
bc957f9 to
02e21fcComparekitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 03:02
6b13e18 to
dfb49e5Comparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:02
02e21fc to
800992eComparekitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 03:07
dfb49e5 to
1df6d83Comparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:07
800992e to
1df6d83Comparekitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 03:13
31eded7 to
81681f2Comparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:13
a0dbe07 to
5e84331Comparekitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 03:19
81681f2 to
a605023Comparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:19
5e84331 to
d1d42dbComparekitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 03:40
a605023 to
897eb7fComparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:40
d1d42db to
20e338cComparekitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 03:41
897eb7f to
940633eComparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:41
20e338c to
b7425e3Comparekitlangtonforce-pushed
the
kit/httpapi-test-script-effect-mode
branch
from
May 9, 2026 03:45
940633e to
d086513Comparekitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:45
b7425e3 to
d26a17bCompareThe existing test/project/instance-bootstrap-regression.test.ts covers four boundaries: WithInstance.provide, the CLI bootstrap, the legacy Hono InstanceMiddleware, and InstanceRuntime.reloadInstance. The Hono deletion PR (#25667) drops the entire file because the Hono variant goes away, taking the three backend-agnostic boundary checks with it. Move the three surviving boundary checks into a new instance-bootstrap.test.ts so the InstanceBootstrap-runs-at-boundary invariant stays covered after Hono is deleted. The original file can remain in place until #25667 lands; once the deletion lands, only this file remains.
kitlangtonforce-pushed
the
kit/test-rescue-instance-bootstrap
branch
from
May 9, 2026 03:49
d26a17b to
5e288faCompareUh oh!
There was an error while loading. Please reload this page.
katosun2 pushed a commit
to katosun2/opencode
that referenced
this pull request
May 10, 2026
AIALRA-0 pushed a commit
to AIALRA-0/opencode-turn-engine
that referenced
this pull request
Jun 10, 2026
AIALRA-0 pushed a commit
to AIALRA-0/opencode-turn-engine
that referenced
this pull request
Jun 10, 2026
avion23 pushed a commit
to avion23/opencode
that referenced
this pull request
Jun 10, 2026
isaacfinnegan pushed a commit
to isaacfinnegan/whispercode
that referenced
this pull request
Jun 15, 2026
MarsQiu007 referenced
this pull request
in MarsQiu007/openNovel
Jul 31, 2026
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 freeto 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.
Summary
Test plan