Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 53s
Canonical generic functions: Map, Filter, Reduce, First end-to-end type-check + run. Plus 20+ typer-only shape tests covering Apply, Compose, ToMap, Swap, Box, Triple, ToSlice, Take, Send, Fill, Eq, Values, Pair, Inspect, etc. Index synth (slice/array/map → element type) added to typer. v0 limitations stamped in tests: SX `/` is float (no int mod emulation), `var r []T` indistinguishable from unbound, single-name constraints opaque (no type-set arithmetic). Shape locked in: "the parser recognizes shapes, the validator recognizes roles." Same AST + different role-validators = different guest semantics. Diary documents this as the lemma the kit should extract — three deliverables (binding-groups, control-flow sentinels, index synthesis) now all instantiate it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
489 B
JSON
15 lines
489 B
JSON
{
|
|
"language": "go",
|
|
"total_pass": 556,
|
|
"total": 556,
|
|
"suites": [
|
|
{"name":"lex","pass":129,"total":129,"status":"ok"},
|
|
{"name":"parse","pass":179,"total":179,"status":"ok"},
|
|
{"name":"types","pass":102,"total":102,"status":"ok"},
|
|
{"name":"eval","pass":106,"total":106,"status":"ok"},
|
|
{"name":"runtime","pass":40,"total":40,"status":"ok"},
|
|
{"name":"stdlib","pass":0,"total":0,"status":"pending"},
|
|
{"name":"e2e","pass":0,"total":0,"status":"pending"}
|
|
]
|
|
}
|