ruff/crates/ruff_db/src
Douglas Creager 5f5eb7c0dd
[red-knot] Print non-string panic payloads and (sometimes) backtraces (#15363)
More refinements to the panic messages for failing mdtests to mimic the
output of the default panic hook more closely:

- We now print out `Box<dyn Any>` if the panic payload is not a string
(which is typically the case for salsa panics).
- We now include the panic's backtrace if you set the `RUST_BACKTRACE`
environment variable.
2025-01-08 18:12:16 -05:00
..
files Setup tracing and document tracing usage (#12730) 2024-08-08 06:28:40 +00:00
system Fix stale File status in tests (#15030) 2024-12-17 12:45:36 +01:00
vendored Setup tracing and document tracing usage (#12730) 2024-08-08 06:28:40 +00:00
diagnostic.rs Support lint:<rule> in mdtests (#14914) 2024-12-11 14:37:12 +01:00
display.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
file_revision.rs Set durabilities for low-durability fields on high-durability inputs (#12627) 2024-08-02 19:42:34 +02:00
files.rs Upgrade salsa (#15039) 2024-12-17 15:50:33 +00:00
lib.rs Attribute panics to the mdtests that cause them (#15241) 2025-01-03 13:45:56 -05:00
panic.rs [red-knot] Print non-string panic payloads and (sometimes) backtraces (#15363) 2025-01-08 18:12:16 -05:00
parsed.rs Use an empty vendored file system in Ruff (#13436) 2024-09-21 16:31:42 +00:00
source.rs Introduce Diagnostic trait (#14130) 2024-11-07 13:26:21 +01:00
system.rs Workspace discovery (#14308) 2024-11-15 19:20:15 +01:00
testing.rs Add tracing support to mdtest (#14935) 2024-12-13 09:10:01 +00:00
vendored.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00