the traceback shim refuses a mapping its digests no longer vouch for - #178
Closed
KotlinIsland wants to merge 2 commits into
Closed
the traceback shim refuses a mapping its digests no longer vouch for#178KotlinIsland wants to merge 2 commits into
KotlinIsland wants to merge 2 commits into
Conversation
KotlinIsland
force-pushed
the
sourcemaps
branch
from
August 17, 2026 04:08
dbb9d41 to
b35c656
Compare
Contributor
ecosystem checkLinter (stable)✅ ecosystem check detected no linter changes. Linter (preview)✅ ecosystem check detected no linter changes. Formatter (stable)✅ ecosystem check detected no format changes. Formatter (preview)✅ ecosystem check detected no format changes. |
KotlinIsland
force-pushed
the
sourcemaps
branch
4 times, most recently
from
August 17, 2026 08:08
bd203cf to
e0d7ec0
Compare
KotlinIsland
changed the base branch from
main
to
lsp-owns-transpile-and-rules
August 17, 2026 08:10
KotlinIsland
force-pushed
the
lsp-owns-transpile-and-rules
branch
from
August 17, 2026 08:18
4c1fcbb to
5ffc63e
Compare
KotlinIsland
force-pushed
the
sourcemaps
branch
from
August 17, 2026 08:25
e0d7ec0 to
6f0349a
Compare
KotlinIsland
force-pushed
the
lsp-owns-transpile-and-rules
branch
from
August 17, 2026 08:52
5ffc63e to
e6ba14d
Compare
KotlinIsland
force-pushed
the
sourcemaps
branch
from
August 17, 2026 08:52
6f0349a to
2f35435
Compare
KotlinIsland
force-pushed
the
lsp-owns-transpile-and-rules
branch
2 times, most recently
from
August 17, 2026 10:24
d8080c6 to
e65259f
Compare
KotlinIsland
force-pushed
the
sourcemaps
branch
from
August 17, 2026 10:25
2f35435 to
d2c27d4
Compare
KotlinIsland
force-pushed
the
lsp-owns-transpile-and-rules
branch
from
August 17, 2026 10:27
e65259f to
cb47b26
Compare
KotlinIsland
force-pushed
the
sourcemaps
branch
from
August 17, 2026 10:28
d2c27d4 to
83c2f47
Compare
the digests had no consumer: the shim read SOURCEMAP alone, and by build wrote no map at all — so the check existed where a map lives for one run, and not where one outlives the build that wrote it the traceback shim refuses a mapping its digests no longer vouch for
`run`, `build`, `transpile` and `compile` check on the thread they were dispatched to rather than through the rayon pool, and that thread got whatever stack the platform starts a process with — 1 MiB on windows, where checking a file that nests deeply enough overflowed it
KotlinIsland
force-pushed
the
sourcemaps
branch
from
August 17, 2026 13:06
83c2f47 to
ebe7a22
Compare
Owner
Author
|
merged |
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.
the digests had no consumer: the shim read SOURCEMAP alone, and by build wrote no map at all — so the check existed where a map lives for one run, and not where one outlives the build that wrote it