-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamp config compare for compatibility with more configs (#654)
- Loading branch information
1 parent
fd3ada3
commit db80f2c
Showing
19 changed files
with
385 additions
and
64 deletions.
There are no files selected for viewing
This file contains 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
12 changes: 8 additions & 4 deletions
12
docs/sections/user_guide/cli/tools/config/compare-bad-extension-fix.out
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
[2024-05-23T19:39:15] INFO - a.txt | ||
[2024-05-23T19:39:15] INFO + c.nml | ||
[2024-05-23T19:39:15] INFO --------------------------------------------------------------------- | ||
[2024-05-23T19:39:15] INFO values: recipient: - World + None | ||
[2024-11-14T23:27:44] INFO - a.txt | ||
[2024-11-14T23:27:44] INFO + c.nml | ||
[2024-11-14T23:27:44] INFO --------------------------------------------------------------------- | ||
[2024-11-14T23:27:44] INFO ↓ ? = info | -/+ = line unique to - or + file | blank = matching line | ||
[2024-11-14T23:27:44] INFO --------------------------------------------------------------------- | ||
[2024-11-14T23:27:44] INFO values: | ||
[2024-11-14T23:27:44] INFO greeting: Hello | ||
[2024-11-14T23:27:44] INFO - recipient: World |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
[2024-05-23T19:39:16] INFO - a.nml | ||
[2024-05-23T19:39:16] INFO + c.nml | ||
[2024-05-23T19:39:16] INFO --------------------------------------------------------------------- | ||
[2024-05-23T19:39:16] INFO values: recipient: - World + None | ||
[2024-11-14T23:27:44] INFO - a.nml | ||
[2024-11-14T23:27:44] INFO + c.nml | ||
[2024-11-14T23:27:44] INFO --------------------------------------------------------------------- | ||
[2024-11-14T23:27:44] INFO ↓ ? = info | -/+ = line unique to - or + file | blank = matching line | ||
[2024-11-14T23:27:44] INFO --------------------------------------------------------------------- | ||
[2024-11-14T23:27:44] INFO values: | ||
[2024-11-14T23:27:44] INFO greeting: Hello | ||
[2024-11-14T23:27:44] INFO - recipient: World |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
[2024-05-23T19:39:15] INFO - a.nml | ||
[2024-05-23T19:39:15] INFO + b.nml | ||
[2024-05-23T19:39:15] INFO --------------------------------------------------------------------- | ||
[2024-11-14T23:27:45] INFO - a.nml | ||
[2024-11-14T23:27:45] INFO + b.nml |
14 changes: 9 additions & 5 deletions
14
docs/sections/user_guide/cli/tools/config/compare-verbose.out
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
[2024-05-23T19:39:15] DEBUG Command: uw config compare --file-1-path a.nml --file-2-path c.nml --verbose | ||
[2024-05-23T19:39:15] INFO - a.nml | ||
[2024-05-23T19:39:15] INFO + c.nml | ||
[2024-05-23T19:39:15] INFO --------------------------------------------------------------------- | ||
[2024-05-23T19:39:15] INFO values: recipient: - World + None | ||
[2024-11-14T23:27:45] DEBUG Command: uw config compare --file-1-path a.nml --file-2-path c.nml --verbose | ||
[2024-11-14T23:27:45] INFO - a.nml | ||
[2024-11-14T23:27:45] INFO + c.nml | ||
[2024-11-14T23:27:45] INFO --------------------------------------------------------------------- | ||
[2024-11-14T23:27:45] INFO ↓ ? = info | -/+ = line unique to - or + file | blank = matching line | ||
[2024-11-14T23:27:45] INFO --------------------------------------------------------------------- | ||
[2024-11-14T23:27:45] INFO values: | ||
[2024-11-14T23:27:45] INFO greeting: Hello | ||
[2024-11-14T23:27:45] INFO - recipient: World |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.