-
Notifications
You must be signed in to change notification settings - Fork 126
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
Initial implementation of :check-docstrings #1682
Conversation
Could you write some documentation that describes how
Some test cases that exercise the functionality of |
If there isn't a place in the manual to put it, feel free to stick it in an appendix marked something like "Additional notes to be merged", create another issue for sorting it out properly, and assign that to me. There should be a place for everything in the manual. |
This command checks that all of the unlabeled and "repl" labeled codeblocks in docstrings can successfully evaluate as REPL commands. Cryptol will now indicate exit failure if any of REPL commands fail, making it possible to use in automated testing. :check-docstrings internal implementation is set up to track results of subcommands in support for integration into a remote server API endpoint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
This bumps the `cryptol` submodule to bring in the changes from GaloisInc/cryptol#1682, which does not require any other code changes on the SAW side.
No description provided.