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

Document how to stabilize a library feature #1036

Merged
merged 3 commits into from
Feb 1, 2021

Conversation

jyn514
Copy link
Member

@jyn514 jyn514 commented Jan 23, 2021

Closes #932.

r? @m-ou-se

@jyn514 jyn514 added the waiting-on-review This PR is waiting for a reviewer to verify its content label Jan 23, 2021
Copy link
Member

@m-ou-se m-ou-se left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for doing this!

src/stability.md Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
@KodrAus
Copy link

KodrAus commented Jan 24, 2021

Even though we have an empty std dev guide where we should put this, I'd still be inclined to merge this here and we can look at migrating content around once the std dev guide actually has a home for it.

ci/check_line_lengths.sh Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
src/stability.md Outdated Show resolved Hide resolved
src/stabilization_guide.md Outdated Show resolved Hide resolved
Note that features can't be stabilized until they go through FCP and
that FCP happens on the tracking issue, not the PR.
By default `**` behaves the same as two `*` side by side, i.e. it only
globs file paths, not directories. `shopt -s globstar` needs to be set
for it to mean a directory. I didn't notice this before now because
`globstar` is set by default in interactive mode, but not otherwise.
@jyn514
Copy link
Member Author

jyn514 commented Feb 1, 2021

@m-ou-se does this look good to you?

@jyn514
Copy link
Member Author

jyn514 commented Feb 1, 2021

Thanks. @camelid @LeSeulArtichaut could one of you approve so I can merge?

@LeSeulArtichaut LeSeulArtichaut merged commit bd008cc into rust-lang:master Feb 1, 2021
@jyn514 jyn514 deleted the stability branch February 1, 2021 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-on-review This PR is waiting for a reviewer to verify its content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document stabilization PRs for the standard library
6 participants