-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5419 from chipsalliance/dependabot/submodules/thi…
…rd_party/tools/verible-ca0b583 build(deps): bump third_party/tools/verible from `060bde0` to `ca0b583`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule verible
updated
24 files
+2 −1 | .bazelrc | |
+4 −1 | .github/bin/build-and-test.sh | |
+1 −1 | .github/bin/install-bazel.sh | |
+1 −1 | .github/bin/install-kythe-tools.sh | |
+40 −33 | .github/bin/smoke-test.sh | |
+1 −1 | .github/settings.sh | |
+20 −9 | .github/workflows/verible-ci.yml | |
+1 −1 | README.md | |
+12 −13 | WORKSPACE | |
+0 −12 | bazel/fix-uninitialized-var.patch | |
+12 −2 | common/text/concrete_syntax_tree.h | |
+1 −1 | common/text/tree_utils.cc | |
+8 −5 | common/util/init_command_line.cc | |
+8 −0 | common/util/iterator_adaptors.h | |
+11 −5 | common/util/logging.h | |
+1 −1 | shell.nix | |
+11 −7 | verilog/CST/type.cc | |
+1 −0 | verilog/analysis/verilog_analyzer.cc | |
+1 −0 | verilog/analysis/verilog_filelist.cc | |
+111 −109 | verilog/formatting/tree_unwrapper.cc | |
+12 −6 | verilog/tools/kythe/indexing_facts_tree_extractor.cc | |
+1 −1 | verilog/tools/kythe/kythe_facts_extractor.cc | |
+1 −1 | verilog/tools/kythe/kzip_creator.cc | |
+4 −1 | verilog/tools/kythe/kzip_creator.h |