You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(idris): // -> -- on Owner header line (restores idris2 --build)
Line 2 of 8 Idris ABI/formal files (.ipkg + .idr) was `// Owner: ...` — `//`
is not an Idris comment (Idris uses `--`), so `idris2 --build` died at
tokenisation ("Can't recognise token") on both ephapax-abi.ipkg and
ephapax-formal.ipkg. Delimiter-only change (`//` -> `--`); owner string and
the line-1 `|||` SPDX doc-comment unchanged. Both ipkgs now build (exit 0):
Region/Qualifier/RegionLinear and Types/Invariants/Foreign.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments