ruff
4f890b28 - [ty] Update salsa (#17937)

Commit
60 days ago
[ty] Update salsa (#17937) ## Summary * Update salsa to pull in https://github.com/salsa-rs/salsa/pull/850. * Some refactoring of salsa event callbacks in various `Db`'s due to https://github.com/salsa-rs/salsa/pull/849 closes https://github.com/astral-sh/ty/issues/108 ## Test Plan Ran `cargo run --bin ty -- -vvv` on a test file to make sure that salsa Events are still logged.
Author
Parents
  • File
    Cargo.lock
  • File
    Cargo.toml
  • crates
    • ruff_db/src
      • File
        lib.rs
    • ruff_graph/src
      • File
        db.rs
    • ty_ide/src
      • File
        db.rs
    • ty_project/src
      • File
        db.rs
    • ty_python_semantic/src
      • File
        db.rs
    • ty_test/src
      • File
        db.rs
  • fuzz
    • File
      Cargo.toml
    • fuzz_targets
      • File
        ty_check_invalid_syntax.rs