Skip to content

Commit dbb9d41

Browse files
committed
the traceback shim refuses a mapping its digests no longer vouch for
the digests had no consumer: the shim read SOURCEMAP alone, and by build wrote no map at all — so the check existed where a map lives for one run, and not where one outlives the build that wrote it the traceback shim refuses a mapping its digests no longer vouch for
1 parent e85a171 commit dbb9d41

7 files changed

Lines changed: 457 additions & 40 deletions

File tree

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ serde = { version = "1.0.197", features = ["derive"] }
183183
serde-wasm-bindgen = { version = "0.6.4" }
184184
serde_json = { version = "1.0.113" }
185185
serde_test = { version = "1.0.152" }
186+
sha2 = { version = "0.10.9" }
186187
shellexpand = { version = "3.0.0" }
187188
similar = { version = "3.0.0", features = ["inline"] }
188189
smallvec = { version = "1.13.2", features = ["union", "const_generics", "const_new"] }

crates/ty/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ rayon = { workspace = true }
5353
salsa = { workspace = true }
5454
serde = { workspace = true }
5555
serde_json = { workspace = true }
56+
sha2 = { workspace = true }
5657
tempfile = { workspace = true }
5758
tracing = { workspace = true, features = ["release_max_level_debug"] }
5859
tracing-flame = { workspace = true }

0 commit comments

Comments
 (0)