ruff/crates/ruff_python_resolver/src
konsti d0dae7e576
Fix CI by downgrading to cargo insta 1.29.0 (#5589)
Since the (implicit) update to cargo-insta 1.30, CI would pass even when
the tests failed. This downgrades to cargo insta 1.29.0 and CI fails
again when it should (which i can't show here, because CI needs to pass
to merge this PR). I've improved the unreferenced snapshot handling in
the process

See https://github.com/mitsuhiko/insta/issues/392
2023-07-08 14:54:49 +00:00
..
snapshots Add dedicated struct for implicit imports (#5427) 2023-06-28 18:55:43 +00:00
config.rs Misc. clean-up for import resolver (#5401) 2023-06-27 19:27:12 +00:00
execution_environment.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
host.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
implicit_imports.rs Format let-else with rustfmt nightly (#5461) 2023-07-03 02:13:35 +00:00
import_result.rs Add dedicated struct for implicit imports (#5427) 2023-06-28 18:55:43 +00:00
lib.rs Fix CI by downgrading to cargo insta 1.29.0 (#5589) 2023-07-08 14:54:49 +00:00
module_descriptor.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
native_module.rs Add a snapshot test for native module resolution (#5423) 2023-06-28 18:16:39 +00:00
py_typed.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
python_platform.rs Make lib iteration platform-specific (#5406) 2023-06-28 13:52:20 +00:00
python_version.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
resolver.rs Remove an unsafe access in the resolver (#5428) 2023-06-28 19:08:10 +00:00
search.rs Remove all unwrap calls from the resolver (#5426) 2023-06-28 18:06:17 +00:00