-
Notifications
You must be signed in to change notification settings - Fork 5.6k
feat(cli): alias --unstable-sloppy-imports to --sloppy-imports #29780
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
feat(cli): alias --unstable-sloppy-imports to --sloppy-imports #29780
Conversation
Why? What does this achieve? There's no documentation on #29705 |
Are you trying to bypass the review process of making an unstable flag seem stable? |
What makes you say that this contributor is trying to bypass a review process? There's no formalized review process to stabilize a flag and it's at the discretion of the core team to do that. |
Nothing, I was just scrutinizing the quality of the PR. At a surface-level this appears to have qualities of an XZ-utils attack. Not saying that it is, just asking why it has been set up that way. |
There's not much else to do when stabilizing a flag - it's really just flipping a value. |
I mean ultimately up to you dog, if you trust this contributor, go for it. The lack of documentation on this ticket or the cited one when discussing unstable features is a red flag. To be clear, I'm not saying it is one way or the other, just at the surface, looks questionable. |
I just saw that there was an issue and thought I'd try to contribute. |
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.
LGTM! Thanks for the PR, @kingsword09
We'll merge this one for the 2.4 release (I skipped approval for now and will merge once we're done doing patch releases for 2.3)
It's strange that the config file (preferred?) equivalent is still 'unstable'. There should be a |
I literally had the same revelation 15m ago. We also discussed |
Some arguments for top-level keys
|
I agree about adding a |
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.
LGTM
closes: #29705
Alias --unstable-sloppy-imports to --sloppy-imports