ruff
4975c2f0 - [red-knot] Fix panic on cyclic `*` imports (#16958)

Commit
85 days ago
[red-knot] Fix panic on cyclic `*` imports (#16958) ## Summary Further work towards https://github.com/astral-sh/ruff/issues/14169. We currently panic on encountering cyclic `*` imports. This is easily fixed using fixpoint iteration. ## Test Plan Added a test that panics on `main`, but passes with this PR
Author
Parents
  • crates/red_knot_python_semantic
    • resources/mdtest/import
      • File
        star.md
    • src/semantic_index
      • File
        re_exports.rs