ruff/crates/ty_project/src
Aria Desires 56539db520
Some checks are pending
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (${{ github.repository == 'astral-sh/ruff' && 'depot-windows-2022-16' || 'windows-latest' }}) (push) Blocked by required conditions
CI / ty completion evaluation (push) Blocked by required conditions
CI / cargo test (macos-latest) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / Fuzz for new ty panics (push) Blocked by required conditions
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / check playground (push) Blocked by required conditions
CI / benchmarks instrumented (ruff) (push) Blocked by required conditions
CI / benchmarks instrumented (ty) (push) Blocked by required conditions
CI / benchmarks walltime (medium|multithreaded) (push) Blocked by required conditions
CI / benchmarks walltime (small|large) (push) Blocked by required conditions
[ty Playground] Release / publish (push) Waiting to run
[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
..
db [ty] Add caching for submodule completion suggestions (#19408) 2025-07-18 11:54:27 -04:00
glob [ty] Track heap usage of salsa structs (#19790) 2025-08-12 13:28:44 +02:00
metadata [ty] Fix some configuration panics in the LSP (#22040) 2025-12-18 09:47:02 -05:00
watch [ty] Disallow std::env and io methods in most ty crates (#20046) 2025-08-22 11:13:47 -07:00
db.rs [ty] Enable LRU collection for parsed module (#21749) 2025-12-03 12:16:18 +01:00
files.rs [ty] Track heap usage of salsa structs (#19790) 2025-08-12 13:28:44 +02:00
glob.rs [ruff] Fix minor typos in doc comments (#20623) 2025-09-29 08:56:23 +02:00
lib.rs Update MSRV to 1.90 (#21987) 2025-12-15 14:29:11 +01:00
metadata.rs [ty] Fix some configuration panics in the LSP (#22040) 2025-12-18 09:47:02 -05:00
walk.rs [ty] Checking files without extension (#21867) 2025-12-10 16:47:41 +00:00
watch.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00