-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add deprecation notice to af_alg_iv::as_slice
and trait implementations that depend on it
#1703
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
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@JohnTitor ping |
Given from #1501 (comment) and #1501 (comment), I'd be in favor of removing that implementation but I'd like to take some period for other users to notice. We could add deprecated attr at first and remove stuff after some releases. |
Looking at what I did with the |
So, as discussed in #1892, let's just remove the impls for it. But as I said before, I'd add a deprecation note to make the breaking change less-painful. r=me once it's added instead of removing the impls here. |
These trait implementations exposed an unsound API (see #1501)
Done, I have re-added the implementations and marked them as deprecated. |
… specify version.
af_alg_iv::as_slice
and trait implementations that depend on itaf_alg_iv::as_slice
and trait implementations that depend on it
@bors r+ Thanks! |
📌 Commit d73e8a3 has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-10, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12 |
These were added in libc 0.28.0; see rust-lang/libc#1703.
These were added in libc 0.28.0; see rust-lang/libc#1703.
These were added in libc 0.28.0; see rust-lang/libc#1703.
These were added in libc 0.28.0; see rust-lang/libc#1703.
These trait implementations exposed an unsound API (see #1501).