Skip to content
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

Stabilise raw_os_nonzero (NonZero_c_* integers) #88303

Closed
wants to merge 1 commit into from

Conversation

ijackson
Copy link
Contributor

This stabilises raw_os_nonzero, NonZero_c_int etc. Tracking issue #82363, FCP needed.

This was implemented in #82228 and merged in February.

There is one outstanding question, that of naming: should we be consistent with c_int, c_long, etc., or with NonZeroU32 etc. ? I chose the former and that's what's been in nightly since February. There are arguments for the latter. This is a bikeshed issue, but we do need to fix the colour of the paint before stabilisation.

@rust-highfive
Copy link
Collaborator

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 24, 2021
@jonas-schievink jonas-schievink added relnotes Marks issues that should be documented in the release notes of the next release. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Aug 24, 2021
@Mark-Simulacrum
Copy link
Member

r? @m-ou-se for T-libs-api FCP

@joshtriplett
Copy link
Member

FCP started at #82363 (comment) .

@JohnCSimon JohnCSimon added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 13, 2021
@JohnCSimon JohnCSimon added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 3, 2021
@JohnCSimon JohnCSimon added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 19, 2021
@JohnTitor JohnTitor added S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 20, 2021
@camelid
Copy link
Member

camelid commented Nov 5, 2021

triage: The FCP seems to have been cancelled.

@ijackson
Copy link
Contributor Author

ijackson commented Nov 5, 2021

triage: The FCP seems to have been cancelled.

So it has, thanks for spotting that. For some reason I wasn't subscribed to the FCP so I didn't notice. I agree with the FCP discussion that generics are much better. I have put this rework on my todo list (but as ever I may not get to it right away...)

@ijackson ijackson closed this Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants