This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Add json support for feature sets; also print output after feature list#21905
Merged
mergify[bot] merged 2 commits intosolana-labs:masterfrom Dec 15, 2021
Merged
Conversation
Contributor
Author
|
Display output: Before: After: |
Contributor
Author
|
Json output: Before: After: |
CriesofCarrots
commented
Dec 14, 2021
CriesofCarrots
commented
Dec 14, 2021
jstarry
previously approved these changes
Dec 14, 2021
Contributor
jstarry
left a comment
There was a problem hiding this comment.
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
Contributor
Author
|
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 |
Closed
Contributor
|
This PR has been automatically locked since there has not been any activity in past 14 days after it was merged. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Problem
The
solana feature statusfeature-set table is super helpful, but not included in json output, so difficult to parse and use.Summary of Changes
Before/after examples below