Commit 3c36a29
fix(julia): add JSON dep — corpus_loader.jl uses JSON.parse
corpus_loader.jl (landed in #198 saturation+typing) does `using JSON`
+ `JSON.parse(raw)`, but Project.toml had only JSON3. Result: every
train-from-corpus invocation fails with `Package JSON not found`.
Add JSON to deps (vs rewriting JSON.parse → JSON3.read; JSON3 returns
lazy structures and the call-site logic expects JSON.jl semantics).
Discovered when launching the first owner-authorised GNN training
run 2026-06-02 (stages 3+4 failed cleanly).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 70fcd80 commit 3c36a29
2 files changed
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments