ruff/crates/ty
Aria Desires 56539db520
[ty] Fix some configuration panics in the LSP (#22040)
## Summary

This is a revival of https://github.com/astral-sh/ruff/pull/21047 now
that we have a reproducer again.

* Fixes https://github.com/astral-sh/ty/issues/2031
* Fixes https://github.com/astral-sh/ty/issues/859

## Test Plan

e2e test from @zanieb

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-12-18 09:47:02 -05:00
..
docs [ty] Remove extra headings and split examples in the `overrides` configuration docs (#21994) 2025-12-16 06:57:06 -06:00
src [ty] Document `TY_CONFIG_FILE` (#22001) 2025-12-16 13:15:24 +01:00
tests [ty] Fix some configuration panics in the LSP (#22040) 2025-12-18 09:47:02 -05:00
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
Cargo.toml [ty] Use jemalloc on linux (#21975) 2025-12-15 16:04:34 +01:00
README.md Update README to remove production warning (#21899) 2025-12-10 17:25:41 +01:00
build.rs [ty] Fix server version (#19284) 2025-07-14 09:06:34 +02:00

README.md

ty

ty is an extremely fast type checker.

The Rust code for ty lives in this repository; see CONTRIBUTING.md for more information on contributing to ty.

See the ty repo for ty documentation and releases.