-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Deprecate _pad field on siginfo_t #1329
Conversation
r? @gnzlbg (rust_highfive has picked a reviewer for you, use r? to override) |
Hmm, what's teh appropriate way to wrap this long line? |
You can just break line at Could you add the methods to access the field here as well ? The note should tell people to report here with their use case, and that they can upgrade their code to use the methods instead (but the available methods might not be enough). |
A method to access |
I mean a method like The problem is, we are telling people that That might not be feasible to do right now, and not all methods might be needed, but at least we should be able to tell people that "if you need a method that's not available, look how Only after everybody is able to port their code can we make the method private, and then continue the refactor towards using an union when possible. |
So this LGTM. @bors: r+ |
📌 Commit 9b43ade has been approved by |
Deprecate _pad field on siginfo_t As discussed in #1316
☀️ Test successful - checks-cirrus, checks-travis, status-appveyor |
As discussed in #1316