Merged
Conversation
Member
|
Let's ping one person at a time on reviews. Please pick a peer who is also
getting started. Then get Yash or Rupesh to review after that. Then me or
Nick for the final pass. Over time we will promote people up so fewer
reviews are needed...
…On Sat, Jun 22, 2024 at 5:34 PM ve1nard ***@***.***> wrote:
@ve1nard <https://github.com/ve1nard> requested your review on: #275
<#275> chmod_syscall()
updates.
—
Reply to this email directly, view it on GitHub
<#275 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGROD72XBPYTVP4IB3N2CDZIXUWDAVCNFSM6AAAAABJXXZO5GVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGI2TCOBQGA2DONA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Contributor
Contributor
|
LGTM! |
namanlalitnyu
approved these changes
Jun 25, 2024
rennergade
approved these changes
Jun 25, 2024
Contributor
rennergade
left a comment
There was a problem hiding this comment.
This is a really good PR. All the comments are relevant and informative.
Approved!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes # (issue)
The following changes include more elaborate comments and new unit tests for
chmod_syscallandfchmod_syscall.Type of change
chmod_syscallandfchmod_syscallchmod_syscall()to the_chmod_helper()helper function since it used by bothchmod_syscall()andfchmod_syscall()chmod_syscallandfchmod_syscallHow Has This Been Tested?
To run the tests, we need to run cargo test --lib command inside the safeposix-rust directory.
All the tests are present under this directory: lind_project/src/safeposix-rust/src/tests/fs_tests.rs
lut_lind_fs_chmod_valid_args()ut_lind_fs_chmod_invalid_args()ut_lind_fs_fchmod()Checklist: