-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add json support for feature sets; also print output after feature list #21905
Add json support for feature sets; also print output after feature list #21905
Conversation
Display output: Before:
After:
|
Json output: Before:
After:
|
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.
Just nits on implementation details, the meat of the changes looks great. Feel free to merge once you address what you feel is appropriate
Pull request has been modified.
f44129c
to
ff6cc9e
Compare
Blocked on audit fix: #21911 |
ff6cc9e
to
a4f6f2f
Compare
Codecov Report
@@ Coverage Diff @@
## master #21905 +/- ##
=========================================
- Coverage 81.2% 81.2% -0.1%
=========================================
Files 516 516
Lines 144251 144284 +33
=========================================
+ Hits 117275 117299 +24
- Misses 26976 26985 +9 |
This PR has been automatically locked since there has not been any activity in past 14 days after it was merged. |
Problem
The
solana feature status
feature-set table is super helpful, but not included in json output, so difficult to parse and use.Summary of Changes
Before/after examples below