-
Notifications
You must be signed in to change notification settings - Fork 666
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
Mark nix::unistd::fork as unsafe. #1293
Conversation
r? @asomers |
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.
Since this change is backwards-incompatible, it needs a good explanation in the CHANGELOG. Could you please add one?
Added changelog entry. |
Now the compiler is complaining about "unnecessary unsafe block". Can you please fix those? |
It is not caused by the changed code, it's just master brach is not buildable anymore. I submitted a separate pull request with an easy way to fix it: #1294. |
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.
This LGTM, though it will obviously need to be rebased after #1294 lands.
Fix tests. No change in documentation. Resolves nix-rust#1030.
@asomers Rebased the pull request. |
@asomers, Shall something more be done about this pull request? |
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.
Nope. I think it's good to go.
bors r+
Build succeeded: |
Fix tests. No change in documentation.
Resolves #1030.
Don't forget to bump major version number to
0.19
.