ruff
cfc6941d - [red-knot] Resolve references in eager nested scopes eagerly (#16079)

Commit
153 days ago
[red-knot] Resolve references in eager nested scopes eagerly (#16079) We now resolve references in "eager" scopes correctly — using the bindings and declarations that are visible at the point where the eager scope is created, not the "public" type of the symbol (typically the bindings visible at the end of the scope). --------- Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
Author
Parents
  • crates/red_knot_python_semantic
    • resources/mdtest
      • comprehensions
        • File
          basic.md
      • scopes
        • File
          eager.md
    • src
      • File
        semantic_index.rs
      • semantic_index
        • File
          builder.rs
        • File
          symbol.rs
        • File
          use_def.rs
      • types
        • File
          infer.rs