SCI conformance gate (pure Chez)

Re-port the SCI compatibility stress test to joltc: host/chez/run-sci.ss loads
borkdude/sci's own source (vendor/sci, re-vendored) through the spine and
requires its forms to compile+eval. Floor-gated at 160/218 forms (the tail is
genuine host gaps — set! on vars, some macro/def shapes); raise as they close.
Wired into 'make test' (skips if the submodule isn't checked out).

jolt-cf1q.6
This commit is contained in:
Yogthos 2026-06-21 12:06:18 -04:00
parent 48e2ef5910
commit 017a1bc8c4
5 changed files with 92 additions and 2 deletions

View file

@ -96,6 +96,7 @@ make corpus # conformance corpus vs the JVM-sourced spec
make unit # host-specific unit cases
make selfhost # bootstrap fixpoint (rebuild == checked-in seed)
make smoke # bin/joltc CLI smoke
make sci # load borkdude/sci's source through joltc (compat stress)
make certify # JVM oracle (skips if clojure is absent)
```