-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping vendor/nim-confutils and vendor/nim-serialization
- Loading branch information
1 parent
5f98964
commit c2e905e
Showing
10 changed files
with
40 additions
and
38 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
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
Submodule nim-confutils
updated
17 files
+5 −5 | .github/workflows/ci.yml | |
+6 −3 | README.md | |
+104 −55 | confutils.nim | |
+4 −3 | confutils.nimble | |
+7 −3 | confutils/config_file.nim | |
+0 −50 | confutils/envvar/envvar_serialization.nim | |
+0 −86 | confutils/envvar/reader.nim | |
+0 −93 | confutils/envvar/utils.nim | |
+0 −54 | confutils/envvar/writer.nim | |
+15 −8 | confutils/shell_completion.nim | |
+1 −1 | confutils/std/net.nim | |
+1 −1 | confutils/winreg/writer.nim | |
+0 −93 | nimble.lock | |
+7 −20 | tests/test_config_file.nim | |
+61 −107 | tests/test_envvar.nim | |
+1 −4 | tests/test_parsecmdarg.nim | |
+2 −1 | tests/test_winreg.nim |
Submodule nim-serialization
updated
9 files
+0 −37 | .appveyor.yml | |
+2 −5 | .github/workflows/ci.yml | |
+0 −27 | .travis.yml | |
+0 −2 | README.md | |
+0 −79 | nimble.lock | |
+8 −8 | serialization.nim | |
+5 −4 | serialization.nimble | |
+28 −20 | serialization/object_serialization.nim | |
+14 −4 | serialization/testing/generic_suite.nim |
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