-
Notifications
You must be signed in to change notification settings - Fork 681
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
Add Users
and Group
related functions
#1139
Conversation
So what's the plan? What do you expect to add in a follow up PR? |
@asomers we did not include the iterators here and I'd like to extend it after this is merged as it is independent and allow for reducing the code to work/review. Do you mind to go over this here so we clean any leftover and merge this one? |
@asomers any comment on this one? |
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'm almost inclined to merge as-is, except for the one issue I raised inline. Also, it needs a CHANGELOG entry.
@asomers I made the changes. Please let me know if something else is still needed. |
Now that you no longer |
This was a collaborative work between Johannes Schilling <[email protected]>, Fredrick Brennan <[email protected]> and myself. Signed-off-by: Otavio Salvador <[email protected]>
Just did; sorry for missing that. |
@asomers fixed the unnecessary |
This was a collaborative work between Johannes Schilling <[email protected]>, Fredrick Brennan <[email protected]> and myself. This is a continuation of nix-rust#1139. Signed-off-by: Otavio Salvador <[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.
bors r+
1139: Add `Users` and `Group` related functions r=asomers a=otavio This was a collaborative work between Johannes Schilling <[email protected]>, Fredrick Brennan <[email protected]> and myself. This PR is a split-off from #864 so we merge ready parts first. Next, we work on the iterators. Signed-off-by: Otavio Salvador <[email protected]> Co-authored-by: Otavio Salvador <[email protected]>
Build succeeded
|
This was a collaborative work between Johannes Schilling
[email protected], Fredrick Brennan [email protected]
and myself.
This PR is a split-off from #864 so we merge ready parts first. Next, we work on the iterators.
Signed-off-by: Otavio Salvador [email protected]