Rust: Tracking issue for udp_peer_addr

Created on 12 Mar 2019  路  11Comments  路  Source: rust-lang/rust

Tracking issue for making peer_addr() on UdpSocket stable: #59106, #59104

B-unstable C-tracking-issue T-libs disposition-merge finished-final-comment-period

Most helpful comment

The final comment period, with a disposition to merge, as per the review above, is now complete.

As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed.

The RFC will be merged soon.

All 11 comments

FYI, in Rust issue tracker, "tracking issue" is a jargon for stabilizing features already in nightly. As I understand, peer_addr is not yet in nightly?

@sanxiyn A tracking issue has to be opened before a feature can land in nightly, because the #[unstable] attribute needs an issue number to refer to. https://github.com/rust-lang/rust/pull/59106 has also been approved already, so it'll land in one of the next nightlies.

How about moving this to stable?

What's left to do to stabilize this feature? Any ETA?

Can this be stablised for 1.37?

Another reminder -- can we kick off FCP for stabilization?

@rust-lang/libs any updates?

@rfcbot fcp merge

Team member @sfackler has proposed to merge this. The next step is review by the rest of the tagged team members:

  • [x] @Amanieu
  • [ ] @Kimundi
  • [x] @SimonSapin
  • [x] @alexcrichton
  • [x] @dtolnay
  • [x] @sfackler
  • [ ] @withoutboats

No concerns currently listed.

Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!

See this document for info about what commands tagged team members can give me.

:bell: This is now entering its final comment period, as per the review above. :bell:

The final comment period, with a disposition to merge, as per the review above, is now complete.

As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed.

The RFC will be merged soon.

Was this page helpful?
0 / 5 - 0 ratings