-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodules: update to latest in prep for 2024.1 release
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule dylan-tool
updated
7 files
+1 −1 | README.md | |
+1 −1 | documentation/source/conf.py | |
+10 −12 | documentation/source/index.rst | |
+1 −1 | dylan-package.json | |
+3 −3 | sources/commands/publish.dylan | |
+9 −10 | sources/pacman/catalog.dylan | |
+3 −1 | sources/pacman/packages.dylan |
Submodule command-line-parser
updated
12 files
+0 −9 | .gitmodules | |
+5 −65 | documentation/source/conf.py | |
+22 −24 | documentation/source/index.rst | |
+0 −1 | documentation/sphinx-extensions | |
+2 −1 | dylan-package.json | |
+0 −1 | ext/strings | |
+0 −1 | ext/testworks | |
+0 −1 | registry/generic/command-line-parser | |
+0 −1 | registry/generic/command-line-parser-test-suite | |
+0 −1 | registry/generic/command-line-parser-test-suite-app | |
+0 −1 | registry/generic/strings | |
+0 −1 | registry/generic/testworks |
Submodule logging
updated
4 files
+0 −3 | .gitmodules | |
+3 −8 | documentation/source/index.rst | |
+0 −1 | documentation/sphinx-extensions | |
+2 −1 | dylan-package.json |
Submodule protocol-buffers
updated
26 files
+44 −32 | documentation/source/generated.rst | |
+1 −1 | sources/api-tests.dylan | |
+6 −4 | sources/api.dylan | |
+27 −0 | sources/base-module.dylan | |
+6 −6 | sources/codegen-tests.dylan | |
+206 −47 | sources/codegen.dylan | |
+0 −0 | sources/descriptor-extras-tests.dylan | |
+6 −7 | sources/descriptor-extras.dylan | |
+2,539 −1 | sources/descriptor-pb.dylan | |
+30 −0 | sources/descriptor-support-tests.dylan | |
+251 −0 | sources/descriptor-support.dylan | |
+1 −9 | sources/google-protobuf-module-pb.dylan | |
+6 −0 | sources/idl-parser-tests.dylan | |
+3 −2 | sources/implementation-module.dylan | |
+19 −10 | sources/interface-module.dylan | |
+1 −0 | sources/library.dylan | |
+5 −4 | sources/protocol-buffers.lid | |
+2 −1 | sources/test-suite.lid | |
+21 −6 | sources/types.dylan | |
+6 −0 | test-data/google/README.md | |
+1,531 −0 | test-data/google/unittest.proto | |
+9 −0 | test-data/nesting/nesting-library-pb.dylan | |
+29 −0 | test-data/nesting/nesting-module-pb.dylan | |
+199 −0 | test-data/nesting/nesting-pb.dylan | |
+4 −0 | test-data/nesting/nesting.lid | |
+0 −0 | test-data/nesting/nesting.proto |
Submodule regular-expressions
updated
10 files
+7 −4 | .github/workflows/build-and-test.yml | |
+3 −0 | .gitignore | |
+0 −3 | .gitmodules | |
+1 −2 | README.md | |
+1 −1 | documentation/source/conf.py | |
+14 −14 | documentation/source/index.rst | |
+2 −1 | dylan-package.json | |
+0 −1 | ext/sphinx-extensions | |
+0 −1 | registry/generic/regular-expressions | |
+0 −1 | registry/generic/regular-expressions-test-suite |
Submodule strings
updated
5 files
+3 −33 | documentation/source/conf.py | |
+28 −89 | documentation/source/index.rst | |
+1 −1 | dylan-package.json | |
+6 −28 | strings.dylan | |
+15 −7 | tests/strings-test-suite.dylan |
Submodule testworks
updated
43 files
Submodule xml-parser
updated
7 files
+2 −0 | .gitignore | |
+0 −3 | .gitmodules | |
+1 −1 | dylan-package.json | |
+0 −1 | ext/meta | |
+0 −1 | registry/generic/meta | |
+0 −1 | registry/generic/xml-parser | |
+0 −1 | registry/generic/xml-test-suite |