-
Notifications
You must be signed in to change notification settings - Fork 123
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
Write errors to STDERR #539
Comments
Below is a list of some different kinds of output that Cryptol produces. Which of these, exactly, do you think should go to stderr vs stdout?
Also, if you want to filter out the "Loading module" messages, we could consider adding an option like |
I use Cryptol in batch mode as part of an automated script. I only want the results of evaluations, everything else I want to log in case something goes wrong for easier debugging. Currently I have a setup where I do So ideally for my use case, only I personally don't use |
I would also add:
I would say that 6, 7, and 8 should probably go to |
I had a go at implementing output to If the ultimate goal is simply to have the |
That would work, having the additional info for logs would be ideal though. |
The use case described here could probably be better supported by the RPC API being developed here. |
If I'm running Cryptol in batch mode, I want to be able to separate actual output from errors and messages such as
Loading module Cryptol
.The text was updated successfully, but these errors were encountered: