Skip to main content

max / makenotwork

server: send quasi-type to astra too `~/Code/.cargo/config.toml` grew a `[patch]` entry for Libraries/quasi-type when that repo landed on 2026-08-16, and REPOS was never updated to match. The drift guard does what it was written to do and refuses the run, so test-on-astra.sh has been dead for every expensive suite since. Found running the forum-screen load sweep, which syncs the same set by hand: cargo will not resolve at all with a patched path it cannot read, whether or not anything in the graph uses the crate.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-22 23:23 UTC
Signed with PGP, not checked
Commit: 78a9df6f0bbc7b113e6b28763d6a29a52146c74a
Parent: 52b6147
1 file changed, +1 insertion, -1 deletion
@@ -54,7 +54,7 @@
54 54 # Every repo that has to travel. MNW carries the server and the `shared/*` path
55 55 # dependencies; the rest are what `[patch]` redirects. Keep in step with
56 56 # `$CARGO_CONFIG` -- the check below fails the run if they drift.
57 - REPOS=(MNW quasi synckit Libraries/docengine)
57 + REPOS=(MNW quasi synckit Libraries/docengine Libraries/quasi-type)
58 58
59 59 say() { printf '%s\n' "$*" >&2; }
60 60 die() { say "test-on-astra: $*"; exit 1; }