-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking Issue for extra unix ExitStatusExt methods #80695
Copy link
Copy link
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(unix_process_wait_more)]This is a tracking issue for a collection of logically necessary but previously missing methods on
ExitStatusExt, the Unix-specific extension trait forExitStatus.Public API
Steps / History
ExitStatusExttrait on both Unix and WindowsUnresolved Questions
other than the breakage risk due to sealing this trait.the trait has been sealed for some time now.