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

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "vendor/irregex"]
path = vendor/irregex
url = https://github.com/ashinn/irregex.git
[submodule "vendor/sci"]
path = vendor/sci
url = https://github.com/borkdude/sci.git