Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a tcSmtFile REPL option #1783

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add a tcSmtFile REPL option #1783

wants to merge 1 commit into from

Conversation

RyanGlScott
Copy link
Contributor

tcSmtFile is to tcSolver as smtFile is to prover. The tcSmtFile option allows users to record typechecker-related SMT solver interactions to a file.

This requires using a more recent simple-smt version to bring in the changes from yav/simple-smt#25 and yav/simple-smt#27, which are needed to plumb the relevant information down to the simple-smt API.

Fixes #1782.

`tcSmtFile` is to `tcSolver` as `smtFile` is to `prover`. The `tcSmtFile`
option allows users to record typechecker-related SMT solver interactions to a
file.

This requires using a more recent `simple-smt` version to bring in the changes
from yav/simple-smt#25 and
yav/simple-smt#27, which are needed to plumb the
relevant information down to the `simple-smt` API.

Fixes #1782.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer a tcSmtFile option for writing typechecker SMT solver output to a file
2 participants