ruff/crates/ty_python_semantic/src
UnboundVariable 360eb7005f
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 (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Waiting to run
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 (push) Blocked by required conditions
CI / benchmarks-walltime (push) Blocked by required conditions
[ty Playground] Release / publish (push) Waiting to run
[ty] Added support for "go to definition" for attribute accesses and keyword arguments (#19417)
This PR builds upon #19371. It addresses a few additional code review
suggestions and adds support for attribute accesses (expressions of the
form `x.y`) and keyword arguments within call expressions.

---------

Co-authored-by: UnboundVariable <unbound@gmail.com>
2025-07-18 11:33:57 -07:00
..
module_resolver [ty] Add caching for submodule completion suggestions (#19408) 2025-07-18 11:54:27 -04:00
semantic_index [ty] Reduce number of inline stored definitions per place (#19409) 2025-07-18 18:28:46 +02:00
types [ty] Added support for "go to definition" for attribute accesses and keyword arguments (#19417) 2025-07-18 11:33:57 -07:00
util [ty] Use python version and path from Python extension (#19012) 2025-07-14 09:47:27 +00:00
ast_node_ref.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
db.rs [ty] Track open files in the server (#19264) 2025-07-18 19:33:35 +05:30
dunder_all.rs [ty] Remove ScopedExpressionId (#19019) 2025-07-02 17:57:32 +02:00
lib.rs [ty] Added support for "go to definition" for attribute accesses and keyword arguments (#19417) 2025-07-18 11:33:57 -07:00
lint.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
list.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
module_name.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
node_key.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
place.rs [ty] add support for nonlocal statements 2025-07-11 09:44:54 -07:00
program.rs [ty] Use python version and path from Python extension (#19012) 2025-07-14 09:47:27 +00:00
pull_types.rs Update Rust toolchain to 1.88 and MSRV to 1.86 (#19011) 2025-06-28 20:24:00 +02:00
python_platform.rs Hug closing } when f-string expression has a format specifier (#18704) 2025-06-17 07:39:42 +02:00
semantic_index.rs [ty] Initial implementation of declaration and definition providers. (#19371) 2025-07-16 15:07:24 -07:00
semantic_model.rs [ty] Add caching for submodule completion suggestions (#19408) 2025-07-18 11:54:27 -04:00
site_packages.rs [ty] Use python version and path from Python extension (#19012) 2025-07-14 09:47:27 +00:00
suppression.rs [ty] Reduce number of inline stored definitions per place (#19409) 2025-07-18 18:28:46 +02:00
types.rs [ty] Added support for "go to definition" for attribute accesses and keyword arguments (#19417) 2025-07-18 11:33:57 -07:00
unpack.rs [ty] Remove countme from salsa-structs (#19257) 2025-07-10 11:45:09 +00:00