ruff/crates/ty_server
Brent Westbrook 2db4e5dbea
Use fixed hash width for ty_server diagnostics (#19766)
Summary
--

Fixes a snapshot test failure I saw in #19653 locally and in Windows CI
by
padding the hex ID to 16 digits to match the regex in
`filter_result_id`.


78e5fe0a51/crates/ty_server/tests/e2e/pull_diagnostics.rs (L380-L384)

Test Plan
--

I applied this to the branch from #19653 locally and saw that the tests
now
pass. I couldn't reproduce this failure directly on `main` or this
branch,
though.
2025-08-05 10:55:17 -04:00
..
src Use fixed hash width for ty_server diagnostics (#19766) 2025-08-05 10:55:17 -04:00
tests/e2e [ty] Fix failing test on windows (#19742) 2025-08-04 14:39:36 +02:00
Cargo.toml [ty] Derive Serialize unconditionally on client options (#19549) 2025-07-25 04:03:03 +00:00