ruff/crates/ty_python_semantic/src/module_resolver
Andrew Gallant cc5885e564 [ty] Restructure submodule query around File dependency
This makes caching of submodules independent of whether `Module`
is itself a Salsa ingredient. In fact, this makes the work done in
the prior commit superfluous. But we're possibly keeping it as an
ingredient for now since it's a bit of a tedious change and we might
need it in the near future.

Ref https://github.com/astral-sh/ruff/pull/19495#pullrequestreview-3045736715
2025-07-23 09:46:40 -04:00
..
mod.rs [ty] Implement non-stdlib stub mapping for classes and functions (#19471) 2025-07-22 12:42:55 +00:00
module.rs [ty] Restructure submodule query around File dependency 2025-07-23 09:46:40 -04:00
path.rs [ty] Make Module a Salsa ingredient 2025-07-23 09:46:40 -04:00
resolver.rs [ty] Make Module a Salsa ingredient 2025-07-23 09:46:40 -04:00
testing.rs [ty] Resolve python environment in Options::to_program_settings (#18960) 2025-06-26 17:57:16 +02:00
typeshed.rs [ty] Move search path resolution to Options::to_program_settings (#18937) 2025-06-25 18:00:38 +02:00