Skip to content

Commit 14ba750

Browse files
authored
Add information about the CLI version to generated code. (#2673)
1 parent dc3dd68 commit 14ba750

File tree

442 files changed

+1190
-5
lines changed

Some content is hidden

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

442 files changed

+1190
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
run: cargo test --all
103103

104104
- name: Check that the test outputs are up-to-date
105-
run: git diff --exit-code
105+
run: bash tools/check-diff.sh
106106

107107
- name: Ensure C# autogen bindings are up-to-date
108108
run: |
109109
cargo run -p spacetimedb-codegen --example regen-csharp-moduledef
110-
git diff --exit-code -- crates/bindings-csharp
110+
bash tools/check-diff.sh crates/bindings-csharp
111111
112112
- name: C# bindings tests
113113
working-directory: crates/bindings-csharp

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ hyper-util = { version = "0.1", features = ["tokio"] }
185185
imara-diff = "0.1.3"
186186
indexmap = "2.0.0"
187187
indicatif = "0.17"
188-
insta = { version = "1.21.0", features = ["toml"] }
188+
insta = { version = "1.21.0", features = ["toml", "filters"] }
189189
is-terminal = "0.4"
190190
itertools = "0.12"
191191
itoa = "1"

crates/bindings-csharp/Runtime/Internal/Autogen/IndexType.g.cs

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

crates/bindings-csharp/Runtime/Internal/Autogen/Lifecycle.g.cs

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

crates/bindings-csharp/Runtime/Internal/Autogen/MiscModuleExport.g.cs

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

crates/bindings-csharp/Runtime/Internal/Autogen/RawColumnDefV8.g.cs

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

crates/bindings-csharp/Runtime/Internal/Autogen/RawConstraintDataV9.g.cs

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

crates/bindings-csharp/Runtime/Internal/Autogen/RawConstraintDefV8.g.cs

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

crates/bindings-csharp/Runtime/Internal/Autogen/RawConstraintDefV9.g.cs

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

0 commit comments

Comments
 (0)