Skip to content

webcore(Blob): coalesce concurrent fd-backed blob reads onto a single ReadFile - #35832

Open
robobun wants to merge 13 commits into
mainfrom
farm/f3ee9036/stdin-concurrent-blob-read
Open

webcore(Blob): coalesce concurrent fd-backed blob reads onto a single ReadFile#35832
robobun wants to merge 13 commits into
mainfrom
farm/f3ee9036/stdin-concurrent-blob-read

ci: retrigger

7534f3b
Select commit
Loading
Failed to load commit list.
Claude / Claude Code Review completed Jul 26, 2026 in 20m 50s

Code review found 1 potential issue

Found 1 candidates, confirmed 1. See review comments for details.

Details

Severity Count
🔴 Important 0
🟡 Nit 1
🟣 Pre-existing 0
Severity File:Line Issue
🟡 Nit src/runtime/webcore/blob/read_file.rs:138-144 completion_thunk still drops the '// TODO: propagate the exception.' line

Annotations

Check warning on line 144 in src/runtime/webcore/blob/read_file.rs

See this annotation in the file changed.

@claude claude / Claude Code Review

completion_thunk still drops the '// TODO: propagate the exception.' line

nit: af828fc restored only one of the two why-comment lines the earlier review asked for — `// The JsTerminated error is intentionally swallowed.` is back on `completion_thunk`, but `// TODO: propagate the exception.` (present on the removed local `handler_run<C>`) is still gone. The TODO tracks outstanding work (eventual JsTerminated propagation) and shouldn't be dropped in the hoist; add it back beneath the "intentionally swallowed" line.