-
Notifications
You must be signed in to change notification settings - Fork 962
docs: mention the Assert
APIs, add misc fixes
#4374
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
Conversation
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.
Pull Request Overview
Adds comprehensive documentation for the Assert
helper type in clitools.rs
, including usage patterns, snapshot testing workflow, and redaction details.
- Introduce detailed doc comments on
Assert
struct - Update constructor doc link to reference only
SanitizedOutput
7a5e726
to
b928793
Compare
b928793
to
ba915c7
Compare
Assert
Assert
APIs, add misc fixes
@djc Thanks for the quick review! When reading the guides however I have noticed a few existing problems, so I wish to fix them here as well. I hope you feel okay with this 🙏 |
@djc @ChrisDenton Wait, there might be something going on with our Windows CI... This PR in itself should be innocent. |
Seems like a problem in aws_lc_sys:
The empty name for the pdb file looks like a bug. We could work around it by ignoring it. E.g. add |
@ChrisDenton It wasn't there an hour ago, it's weird. I'll send an issue to |
Strange. Was there a nightly toolchain update or anything like that? I can implement a workaround but it might be a little while until I'm at a machine. |
@ChrisDenton I've checked both |
@ChrisDenton It turned out to be a build cache-related issue! You can have a rest for now as a reset has just been performed, and hopefully things will get back on track real soon 🙏 |
ba915c7
to
3e2c0f6
Compare
Closes #4358.
I still feel more comfortable putting such internal-facing documentation in the code directly, but probably we can add a pointer to the doc comments or rustdoc 1 in the dev guide?
Footnotes
I believe publishing API docs on GitHub pages is useful even if the project itself is an application. What do you think? ↩