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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add a tcSmtFile REPL option #1783

wants to merge 2 commits into from

Conversation

RyanGlScott
Copy link
Contributor

@RyanGlScott RyanGlScott commented Dec 9, 2024

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.

RyanGlScott and others added 2 commits December 17, 2024 06:28
`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