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

cryptol-remote-api: Don't use verbose SBV settings #1379

Merged
merged 1 commit into from
Jul 8, 2022
Merged

Conversation

RyanGlScott
Copy link
Contributor

We should try to match Cryptol's default settings when invoking the remote API, but the pcVerbose value (True) didn't match the defaults. Changing this to False should fix #1378. There is a separate question of whether remote API users should be able to change this default, but for the time being, let's at least be consistent between Cryptol's settings and the remote API's settings.

We should try to match Cryptol's default settings when invoking the remote API,
but the `pcVerbose` value (`True`) didn't match the defaults. Changing this to
`False` should fix #1378. There is a separate question of whether remote API
users should be able to change this default, but for the time being, let's at
least be consistent between Cryptol's settings and the remote API's settings.
@RyanGlScott RyanGlScott added the remote-api Related to Cryptol's remote API label Jul 8, 2022
@RyanGlScott
Copy link
Contributor Author

@weaversa, can you see if this issue fixes #1378 for you? You should be able to grab a binary distribution of cryptol-remote-api here—let me know if you don't have the necessary permissions to view that.

@weaversa
Copy link
Collaborator

weaversa commented Jul 8, 2022

@weaversa, can you see if this issue fixes #1378 for you? You should be able to grab a binary distribution of cryptol-remote-api here—let me know if you don't have the necessary permissions to view that.

It's not easy for me to test. I have to build from source and the process is in some automated flow. Would you be willing to merge and I will let you know afterwards?

@RyanGlScott
Copy link
Contributor Author

Ah, OK. In any case, I think this is a pretty low-risk change, so I'm fine with just merging it as-is.

@RyanGlScott RyanGlScott merged commit 69f07cc into master Jul 8, 2022
@RyanGlScott RyanGlScott deleted the T1378 branch July 8, 2022 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
remote-api Related to Cryptol's remote API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cryptol-remote-api dumping SBV debug info
2 participants