Remove several deprecated constants and functions#1255
Merged
bors[bot] merged 2 commits intonix-rust:masterfrom Jun 12, 2020
Merged
Remove several deprecated constants and functions#1255bors[bot] merged 2 commits intonix-rust:masterfrom
bors[bot] merged 2 commits intonix-rust:masterfrom
Conversation
Merged
Contributor
|
Some tests still use |
* `unistd::daemon` on Apple * `unistd::pipe2` on Apple * `sys::event::FilterFlag::NOTE_EXIT_REPARENTED` on Apple * `sys::event::FilterFlag::NOTE_REAP` on Apple * `sys::ptrace::ptrace` on Android and Linux All have been deprecated for more than two releases and one year.
f71f3b1 to
f698fd3
Compare
Member
Author
|
I fixed the cfg gate on the test, and tweaked the formatting of the man page. |
Susurrus
reviewed
Jun 5, 2020
| target_os = "emscripten", | ||
| target_os = "freebsd", | ||
| target_os = "linux", | ||
| target_os = "redox", |
|
|
||
| - Removed `unistd::daemon`, `unistd::pipe2`, | ||
| `sys::event::FilterFlag::NOTE_EXIT_REPARENTED`, and | ||
| `sys::event::FilterFlag::NOTE_REAP` on OSX and ios. Removed |
Contributor
There was a problem hiding this comment.
I'd split these as separate line items since they aren't really related even though they're part of the same PR.
Member
Author
|
bors r+ |
bors bot
added a commit
that referenced
this pull request
Jun 12, 2020
1255: Remove several deprecated constants and functions r=asomers a=asomers * `unistd::daemon` on Apple * `unistd::pipe2` on Apple * `sys::event::FilterFlag::NOTE_EXIT_REPARENTED` on Apple * `sys::event::FilterFlag::NOTE_REAP` on Apple * `sys::ptrace::ptrace` on Android and Linux All have been deprecated for more than two releases and one year. Co-authored-by: Alan Somers <asomers@gmail.com>
Contributor
|
Build failed: |
Member
Author
|
bors retry |
Contributor
|
Build succeeded: |
Contributor
|
It's unfortunate that |
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.
unistd::daemonon Appleunistd::pipe2on Applesys::event::FilterFlag::NOTE_EXIT_REPARENTEDon Applesys::event::FilterFlag::NOTE_REAPon Applesys::ptrace::ptraceon Android and LinuxAll have been deprecated for more than two releases and one year.