-
Notifications
You must be signed in to change notification settings - Fork 10
Socket syscall #247
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
Socket syscall #247
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.
A few comments in the text below to try to help make the comments better.
Where are the unit tests and benchmarks for this?
Signed-off-by: Yashaswi Makula <[email protected]>
…scall Signed-off-by: Yashaswi Makula <[email protected]>
f7c1264
to
5eeb01c
Compare
Signed-off-by: Yashaswi Makula <[email protected]>
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! Thanks for the changes.
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!
I think it makes sense to merge this and just keep a link to it as reference in the documentation issue rather than keeping it open. @rupeshkoushik07 can you update this for the newer RustDoc and we'll get it approved? |
I have updated the comments @rennergade |
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.
Need to update errors/panics
lets also change the name of this PR to socket comments or something like that so its not confusing once we merge |
This looks good and up to date and IDT we need this as a non-merged example anymore. Going to merge now. |
* example_PR * formating unit tests for socket_syscall Signed-off-by: Yashaswi Makula <[email protected]> * updating socket syscall tests and adding error checking for socket syscall Signed-off-by: Yashaswi Makula <[email protected]> * updating comments and tests Signed-off-by: Yashaswi Makula <[email protected]> * update comments * update blocking comment * update the comments * update panics --------- Signed-off-by: Yashaswi Makula <[email protected]> Co-authored-by: Yashaswi Makula <[email protected]>
Description
This is an example pull request showing how to add comments for syscalls, in this case, for the socket_syscall function.
unit tests are updated by @yashaswi2000
Fixes # (issue)
Type of change
How Has This Been Tested?
lind_project/tests/test_cases/test_a.c
lind_project/tests/test_cases/test_b.c
Checklist: