-
Notifications
You must be signed in to change notification settings - Fork 99
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
Update LLBC backend for Trait support and translation of projection #3807
base: main
Are you sure you want to change the base?
Update LLBC backend for Trait support and translation of projection #3807
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.
(Had a bit of a race condition with Zyad reviewing, so there may be some repetition with the comments here.)
As a more high-level comment, it'd be great to write some more thorough documentation for each function so that people unfamiliar with Charon can have a basic intuition for what's going on. Nothing too crazy--just 1/2 sentences above each function would help a lot.
Now that #3801 is merged, please change the title of this PR and its description. |
I'm not sure the updated title accurately captures what this PR is doing. Are any of the updates needed for the new version of Charon? I thought all such updates were made in #3801. It seems to me that this PR is primarily about adding support for traits? If so, the title and description should capture that. |
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 second @carolynzech's request of adding doc comments to functions, even if it is just a simple description to help the reader understand what a function is doing.
tests/perf/s2n-quic
Outdated
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.
Please revert this change.
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! Can you revert the change to the s2n-quic submodule as @carolynzech pointed out?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.