Skip to content

Commit 839ac00

Browse files
committed
chore: bump workspace to 2.2.1
1 parent 119e4ef commit 839ac00

42 files changed

Lines changed: 78 additions & 78 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ exclude = [
4141
]
4242

4343
[workspace.package]
44-
version = "2.2.0"
44+
version = "2.2.1"
4545
edition = "2024"
4646
rust-version = "1.94"
4747
license = "MPL-2.0"
@@ -92,11 +92,11 @@ tree-sitter-c = "=0.24.2"
9292
# Rationale and the rejected alternatives live on the umbrella
9393
# issue (dekobon/big-code-analysis#149); the operational details
9494
# (publish order, first-bootstrap workflow) live in `RELEASING.md`.
95-
tree-sitter-ccomment = { package = "bca-tree-sitter-ccomment", path = "./tree-sitter-ccomment", version = "=2.2.0" }
96-
tree-sitter-mozcpp = { package = "bca-tree-sitter-mozcpp", path = "./tree-sitter-mozcpp", version = "=2.2.0" }
97-
tree-sitter-mozjs = { package = "bca-tree-sitter-mozjs", path = "./tree-sitter-mozjs", version = "=2.2.0" }
98-
tree-sitter-preproc = { package = "bca-tree-sitter-preproc", path = "./tree-sitter-preproc", version = "=2.2.0" }
99-
tree-sitter-tcl = { package = "bca-tree-sitter-tcl", path = "./tree-sitter-tcl", version = "=2.2.0" }
95+
tree-sitter-ccomment = { package = "bca-tree-sitter-ccomment", path = "./tree-sitter-ccomment", version = "=2.2.1" }
96+
tree-sitter-mozcpp = { package = "bca-tree-sitter-mozcpp", path = "./tree-sitter-mozcpp", version = "=2.2.1" }
97+
tree-sitter-mozjs = { package = "bca-tree-sitter-mozjs", path = "./tree-sitter-mozjs", version = "=2.2.1" }
98+
tree-sitter-preproc = { package = "bca-tree-sitter-preproc", path = "./tree-sitter-preproc", version = "=2.2.1" }
99+
tree-sitter-tcl = { package = "bca-tree-sitter-tcl", path = "./tree-sitter-tcl", version = "=2.2.1" }
100100

101101
# PyO3 powers the `big-code-analysis-py` cdylib. Pinned to a major
102102
# series; bumping is a deliberate, separate change because the Bound

big-code-analysis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ignore = "^0.4"
2020
# The CLI exposes every language `bca` advertises, so it pins the
2121
# library's full feature set explicitly. Disabling default features
2222
# here would silently drop grammars from the CLI build. See #252.
23-
big-code-analysis = { path = "..", version = "=2.2.0", default-features = false, features = [
23+
big-code-analysis = { path = "..", version = "=2.2.1", default-features = false, features = [
2424
"all-languages",
2525
# End-user binary ships every backend that exists; `vcs` is the
2626
# umbrella turning on `vcs-git` (issue #328).

big-code-analysis-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ futures = "^0.3"
3434
# pins the library's full feature set explicitly. Disabling default
3535
# features here would silently drop grammars from the daemon build.
3636
# See #252.
37-
big-code-analysis = { path = "..", version = "=2.2.0", default-features = false, features = [
37+
big-code-analysis = { path = "..", version = "=2.2.1", default-features = false, features = [
3838
"all-languages",
3939
# `POST /vcs` change-history endpoint (issue #328).
4040
"vcs",

enums/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enums/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[package]
1414
name = "enums"
15-
version = "2.2.0"
15+
version = "2.2.1"
1616
publish = false
1717
authors = ["Calixte Denizet <cdenizet@mozilla.com>"]
1818
edition = "2024"
@@ -49,11 +49,11 @@ tree-sitter-c = "=0.24.2"
4949
# Vendored grammar forks — see ../Cargo.toml for rationale on the
5050
# `package = ...` alias trick that preserves the `tree_sitter_<lang>`
5151
# import path while the published crate name is `bca-tree-sitter-<lang>`.
52-
tree-sitter-tcl = { package = "bca-tree-sitter-tcl", path = "../tree-sitter-tcl", version = "=2.2.0" }
53-
tree-sitter-preproc = { package = "bca-tree-sitter-preproc", path = "../tree-sitter-preproc", version = "=2.2.0" }
54-
tree-sitter-ccomment = { package = "bca-tree-sitter-ccomment", path = "../tree-sitter-ccomment", version = "=2.2.0" }
55-
tree-sitter-mozcpp = { package = "bca-tree-sitter-mozcpp", path = "../tree-sitter-mozcpp", version = "=2.2.0" }
56-
tree-sitter-mozjs = { package = "bca-tree-sitter-mozjs", path = "../tree-sitter-mozjs", version = "=2.2.0" }
52+
tree-sitter-tcl = { package = "bca-tree-sitter-tcl", path = "../tree-sitter-tcl", version = "=2.2.1" }
53+
tree-sitter-preproc = { package = "bca-tree-sitter-preproc", path = "../tree-sitter-preproc", version = "=2.2.1" }
54+
tree-sitter-ccomment = { package = "bca-tree-sitter-ccomment", path = "../tree-sitter-ccomment", version = "=2.2.1" }
55+
tree-sitter-mozcpp = { package = "bca-tree-sitter-mozcpp", path = "../tree-sitter-mozcpp", version = "=2.2.1" }
56+
tree-sitter-mozjs = { package = "bca-tree-sitter-mozjs", path = "../tree-sitter-mozjs", version = "=2.2.1" }
5757

5858
# Mirrors [workspace.lints] in ../Cargo.toml. `enums` is excluded from
5959
# that workspace (see [workspace].exclude there), so it cannot inherit

fuzz/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/bca-check.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH BCA-CHECK 1 "big-code-analysis 2.2.0" "big-code-analysis Manual"
3+
.TH BCA-CHECK 1 "big-code-analysis 2.2.1" "big-code-analysis Manual"
44
.SH NAME
55
bca\-check \- Check per\-function metrics against thresholds. Exits 2 when any threshold is exceeded; reserve exit 1 for tool errors so CI can distinguish "metric regression" from "tool crashed". `\-\-strict\-exit\-codes` opts into tiered codes (2\-5) that split the violation case by severity
66
.SH SYNOPSIS

man/bca-count.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH BCA-COUNT 1 "big-code-analysis 2.2.0" "big-code-analysis Manual"
3+
.TH BCA-COUNT 1 "big-code-analysis 2.2.1" "big-code-analysis Manual"
44
.SH NAME
55
bca\-count \- Count nodes of one or more types
66
.SH SYNOPSIS

man/bca-diff-baseline.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH BCA-DIFF-BASELINE 1 "big-code-analysis 2.2.0" "big-code-analysis Manual"
3+
.TH BCA-DIFF-BASELINE 1 "big-code-analysis 2.2.1" "big-code-analysis Manual"
44
.SH NAME
55
bca\-diff\-baseline \- Diff two `.bca\-baseline.toml` files and report what was added, removed, worsened, or improved. Replaces the in\-the\-head TOML diff parsing the book\*(Aqs PR\-review recipe used to walk through. Exits 0 on success by default — the diff is informational, not a gate. With `\-\-exit\-code`, exits 2 when the filtered diff is non\-empty
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)