feat: deprecate --experimental- flags in favor of shorter --x- versions#2589
Draft
G-Rath wants to merge 2 commits intogoogle:mainfrom
Draft
feat: deprecate --experimental- flags in favor of shorter --x- versions#2589G-Rath wants to merge 2 commits intogoogle:mainfrom
--experimental- flags in favor of shorter --x- versions#2589G-Rath wants to merge 2 commits intogoogle:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2589 +/- ##
==========================================
- Coverage 68.01% 68.00% -0.01%
==========================================
Files 173 173
Lines 13389 13420 +31
==========================================
+ Hits 9106 9126 +20
- Misses 3575 3586 +11
Partials 708 708 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
ugh the "flags action" order thing is an issue here too 🤦 |
28eced9 to
54920ab
Compare
3 tasks
9e8356f to
d5d8643
Compare
d5d8643 to
400a3f6
Compare
another-rex
reviewed
Mar 17, 2026
| }, | ||
| &cli.BoolFlag{ | ||
| Name: "x-no-default-plugins", | ||
| Usage: "disable default plugins, instead using only those enabled by --experimental-plugins", |
Collaborator
There was a problem hiding this comment.
This should mention --x-plugins right?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
"experimental" is a tedious word to type, so this switches to the much shorter "x" similar to the convention used by the Go stdlib