Skip to content
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

build(deps): bump third_party/tools/verible from 660d166 to 4f3b840 #6613

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/tools/verible
Submodule verible updated 46 files
+14 −0 .bazelrc
+5 −0 .github/bin/check-potential-problems.sh
+15 −7 .github/bin/make-compilation-db.sh
+1 −1 .github/bin/run-clang-format.sh
+13 −2 .github/bin/simple-install.sh
+1 −1 .github/settings.sh
+47 −71 .github/workflows/verible-ci.yml
+1 −7 BUILD
+33 −31 MODULE.bazel
+7 −6 README.md
+0 −190 WORKSPACE
+0 −41 WORKSPACE.bzlmod
+0 −11 bazel/BUILD
+0 −73 bazel/zlib.BUILD
+4 −4 external_libs/BUILD
+4 −2 third_party/proto/kythe/BUILD
+69 −69 verible/common/analysis/BUILD
+12 −12 verible/common/analysis/matcher/BUILD
+59 −59 verible/common/formatting/BUILD
+15 −15 verible/common/lexer/BUILD
+45 −45 verible/common/lsp/BUILD
+10 −10 verible/common/parser/BUILD
+73 −73 verible/common/strings/BUILD
+70 −70 verible/common/text/BUILD
+5 −5 verible/common/tools/BUILD
+125 −125 verible/common/util/BUILD
+80 −80 verible/verilog/CST/BUILD
+93 −93 verible/verilog/analysis/BUILD
+256 −254 verible/verilog/analysis/checkers/BUILD
+23 −11 verible/verilog/analysis/checkers/constraint-name-style-rule.cc
+23 −4 verible/verilog/analysis/checkers/constraint-name-style-rule.h
+23 −1 verible/verilog/analysis/checkers/constraint-name-style-rule_test.cc
+37 −37 verible/verilog/formatting/BUILD
+3 −0 verible/verilog/formatting/verilog-token_test.cc
+17 −17 verible/verilog/parser/BUILD
+10 −10 verible/verilog/preprocessor/BUILD
+3 −3 verible/verilog/tools/diff/BUILD
+7 −7 verible/verilog/tools/formatter/BUILD
+46 −46 verible/verilog/tools/kythe/BUILD
+4 −4 verible/verilog/tools/lint/BUILD
+51 −51 verible/verilog/tools/ls/BUILD
+5 −5 verible/verilog/tools/obfuscator/BUILD
+6 −6 verible/verilog/tools/preprocessor/BUILD
+5 −5 verible/verilog/tools/project/BUILD
+5 −5 verible/verilog/tools/syntax/BUILD
+12 −12 verible/verilog/transform/BUILD
Loading