Skip to main content
← Back to list
01Issue
BugShippedSwamp CLI
Assigneesstack72

Relationships

#1582 reconcile_from_disk_bench.ts fails deno check (stale DenoRuntime stub)

Opened by keeb · 8/10/2026· Shipped 8/11/2026

deno check (whole-repo, not the main.ts graph CI checks) fails on one file:

TS2741 [ERROR]: Property 'getDenoEnv' is missing in type '{ ensureDeno: () => Promise<string>; }' but required in type 'DenoRuntime'.
const testDenoRuntime: DenoRuntime = {
    at src/libswamp/extensions/reconcile_from_disk_bench.ts:41:7

DenoRuntime (src/domain/runtime/deno_runtime.ts:36) gained getDenoEnv() and the bench file's inline stub was not updated. Last touched by a9c61d12 (copyright/branding), so it has been stale for a while.

CI does not catch it because the bench is outside the main.ts graph. Harmless at runtime, but it means deno check with no arguments — the first command in CLAUDE.md's verification list — always fails, which trains people to ignore its output.

Found while verifying #1580; unrelated to that change.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 4 MOREPR_MERGED+ 2 MORESESSION_SUMMARIZED

Shipped

8/11/2026, 12:59:49 AM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack728/11/2026, 12:28:22 AM

Sign in to post a ripple.