-
Notifications
You must be signed in to change notification settings - Fork 45
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
Extend --list command output to show which comparators do not run by default #55
Extend --list command output to show which comparators do not run by default #55
Conversation
Codecov Report
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
+ Coverage 95.77% 95.82% +0.05%
==========================================
Files 43 43
Lines 1467 1486 +19
==========================================
+ Hits 1405 1424 +19
Misses 62 62
Continue to review full report at Codecov.
|
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.
👍 left some minor wording suggestions
- RESOLVED_SETTINGS | ||
- SOURCE_TREES | ||
- LINKED_DEPENDENCIES | ||
COMPARTOR TAG | DEFAULT |
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.
I wonder if the wording needs a slight tweak or possibly additional text is needed?
e.g. It may not be obvious what Default means in this context?
Some ideas:
COMPARTOR TAG | INCLUDED BY DEFAULT
------------------------------------------------------
- FILE_REFERENCES | Yes
- BUILD_PHASES | Yes
- COPY_FILES | Yes
- TARGETS | Yes
- HEADERS | Yes
- SOURCES | Yes
- RESOURCES | Yes
- CONFIGURATIONS | Yes
- SETTINGS | Yes
- RESOLVED_SETTINGS | No
- SOURCE_TREES | Yes
- LINKED_DEPENDENCIES | Yes
It's a bit too long
The following list shows all available comparator tags along with their default inclusion status when tags aren't explicitly specified.
COMPARTOR TAG | INCLUDED
------------------------------------------------------
- FILE_REFERENCES | Yes
- BUILD_PHASES | Yes
- COPY_FILES | Yes
- TARGETS | Yes
- HEADERS | Yes
- SOURCES | Yes
- RESOURCES | Yes
- CONFIGURATIONS | Yes
- SETTINGS | Yes
- RESOLVED_SETTINGS | No
- SOURCE_TREES | Yes
- LINKED_DEPENDENCIES | Yes
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.
Thanks @kwridan, good idea. I went for the 2nd option
a563d77
to
3b4c37f
Compare
… default Signed-off-by: Marcin Iwanicki <[email protected]>
Signed-off-by: Marcin Iwanicki <[email protected]>
3b4c37f
to
a7ad82c
Compare
👋 @kwridan, I had to rebase, we will need one more re-✅. |
Thank you : -) |
Resolves #49
Testing performed
xcdiff --list
, ensure all exceptRESOLVED_SETTINGS
comparators are listed with default valueYes
.