-
Notifications
You must be signed in to change notification settings - Fork 164
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
0.38 release planning #578
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
Something to consider might be making it so you can store |
kqueue only uses |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
The 0.38-planning branch is now landed on main. There are a few more changes listed above that I'd like to get in before the 0.38 release, as listed in the top comment here, but hopefully those won't take long. |
Drafting a 0.38 API changes guide (I'll add this to the github release notes too):
|
There's now a 0.38.0-alpha.2 prelrelease up with everything I'm planning to include in the 0.38.0 release, except for #695. |
rustix 0.38.0 is now released! See the release notes for the list of user-visible changes. |
As of this writing, Rustix 0.37 was released about a month ago, and many crates started adopting it a few days ago. We hopefully won't need another semver bump for quite a while.
This issue is for collecting changes that we should make in 0.38, when the time comes. So far, I'm aware of:
chmodat_with
introduced in FreeBSD RESOLVE_BENEATH support and more #541 should be renamed to justchmodat
.EventVec
iterator should returnEvent
s rather than tuples of their parts. If we publicly expose theEvent
struct, we can also add aEventVec::from_raw_parts
, which is needed by mustang.bitflags
2.xUse the new -BitFlags
trait to simplify conv.rsepoll
API. #693rustix::io
, such as the various polling APIs into arustix::poll
or so, and maybe moving the procfs API torustix::procfs
.process
and into a newsystem
module. Maybe alsofs::sync
?getsockopt_nosigpipe
andsetsockopt_nosigpipe
toget_socket_nosigpipe
andset_socket_nosigpipe
, for consistency with the rest of the getsockopt/setsockopt function names.sendmsg_noaddr
tosendmsg
AcceptFlags
is now just an alias for -SocketFlags
, so we should remove it.poll
,epoll
,kqueue
, andport
out ofrustix::io
, and put them behind a feature flagtermios
API. #615Pid::from_raw{,_nonzero}
should not beunsafe
#604The text was updated successfully, but these errors were encountered: