-
-
Notifications
You must be signed in to change notification settings - Fork 495
Document quinn feature flags #2426
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
base: main
Are you sure you want to change the base?
Conversation
|
Fixes #2425 |
|
There's currently TODOs all over the place here. I did try and dig through the code and see what the feature flags were actually doing but I'm not going to have the same depth of understanding as a maintainer. Happy to update this based on feedback, however I'm not going to be able to complete the existing TODOs on my own without feedback or assistance. |
djc
left a comment
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.
Thanks for getting this started!
mxinden
left a comment
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.
Also worth documenting tracing-log?
|
Ready for re review! Thanks for all the helpful feedback. |
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.
A few more nits. I'll make another pass after this is merged.
Please make sure to squash all of your commits and fix the CI issues.
|
Do you know this crate: https://docs.rs/document-features/latest/document_features/ it's very useful for this case. |
|
(If you rebase on |
ca38117 to
2a5a5a5
Compare
|
I rebased. Should I also squash? Or will do you the squashing? |
a476616 to
15108d2
Compare
|
I saw you said to squash so I squashed. |
| //! | ||
| //! - `runtime-tokio`: Enable integration with the tokio async runtime. | ||
| //! - `runtime-smol`: Enable integration with the smol runtime. | ||
| //! - `smol`: Also enable integration with the smol runtime. |
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.
What's the difference between runtime-smol and smol? Should be explained here.
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.
I have no idea. @djc do you have any idea? Looking at the code I'm not sure how to better document this.
|
@Frando I reworked the crypto section based on your feedback and based on digging into the code more. |
6528c3c to
82609f2
Compare
No description provided.