-
Notifications
You must be signed in to change notification settings - Fork 516
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
Conversation
There was a problem hiding this 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!
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. |
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.
@m-ou-se does this look good to you? |
Thanks. @camelid @LeSeulArtichaut could one of you approve so I can merge? |
Closes #932.
r? @m-ou-se