make build fails with TS6059 on main
Implementation plan
Reproduced first, on 348f23b, before touching anything. make bootstrap then make build:
error TS6059: File '/…/bin/quak.ts' is not under 'rootDir' '/…/src'.
'ro…
Plan
Implementing this together with #93 as a single PR — both change
script/test, and DoD item 3 here (the -timeout 30s budget) has to be
decided against the uncached behaviour #93…
Plan
Implementing this together with #69 as a single PR, since both change
script/test and the timeout in #69 has to be chosen against the
uncached behaviour this issue introduces.
###…
Two additions that will otherwise bite whoever implements this.
1. The **/ prefixing applies ONLY to .dockerignore. Do NOT apply it to .gitignore.
From the lora.vegas manager.…
Warning before anyone adopts simplelog: v1.0.0 deadlocks, and the fix tag is unresolvable
This issue notes that CODE_STYLEGUIDE_GO.md mandates importing sneak.berlin/go/simplelog for…
Implementation plan
Branch fix/check-runs-lint from main, in an isolated worktree.
script/check— changemain()to invoke, in canonical order:"$SCRIPT_DIR/test",…
make test is effectively a no-op: Go tests are compile stubs, frontend has no test framework
Correction: the right fix is Go's -timeout flag, not a bigger budget
My earlier comment on this issue offered two options for the cold-cache flake — "either raise the timeout, or arrange…
Implementation plan
Mechanical re-vendor, single file, no hand-editing.
- Branch
refresh-repo-policiesfrom currentmain(a5fa600), in a throwaway worktree. - Record before-state:…
Correction to my earlier comment on this issue — I was wrong about the mitigation, and I propagated the error.
I wrote that running with a private GOLANGCI_LINT_CACHE "removes the
cross-ses…
Correction to the .dockerignore work — pattern semantics. This is a
security point, not a tidiness one.
.dockerignore does not use .gitignore semantics. It matches with Go's
`filepa…
make build fails with TS6059 on main
Implementation requirements
Written against main at 348f23b, after #1 and #2 landed. make check is green there (18 test
files, 210 tests, ~10s); make build is not.
The contradictio…
Status: work in progress is preserved on fix/lost-c-behaviors, but it is
NOT ready for review.
The implementing session hit a capacity limit partway through mutation verification and…