JHU-PL-Lab / sato

Sato, the Symbolic Analysis Typechecker for Odefa, dynamically locates type errors using demand-driven symbolic execution.
3 stars 0 forks source link

Set type verifier #14

Closed Earl-Wu closed 3 years ago

Earl-Wu commented 3 years ago
kelvinqian00 commented 3 years ago

So I reviewed your pull requests and it has a number of merge conflicts. Some of them revolve around the fact that I reamed the type-checker executable to sato (and all associated .ml files), so you'd have to align the naming conventions. Others are due to the fact that I moved the test-sources directory to be inside test. So make sure that your tests work with the JSON-based test harness that I have in master (since I must've added that after you checked out your own branch).