Skip to content

Spartan Schema v1.0.1

Compare
Choose a tag to compare
@ar-nelson ar-nelson released this 29 Jul 13:38
· 5 commits to master since this release

Changed "array" and "tuple" types to not use recursion (static typechecking now supports a maximum of 10 tuple elements). Whenever arrays or tuples became long enough for the type definition to recurse, typechecking would always fail and sometimes hang; this should fix that issue.

The archive does not contain the Node module; run make to generate it.