Skip to content

Commit

Permalink
Use Salsa, do some syntax and physical line checking
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Apr 10, 2024
1 parent 0c19596 commit 34fa6fd
Show file tree
Hide file tree
Showing 8 changed files with 615 additions and 121 deletions.
75 changes: 75 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/red_knot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ anyhow = { workspace = true }
hashbrown = { workspace = true }
rustc-hash = { workspace = true }
parking_lot = { workspace = true }
salsa = { git = "https://github.com/withered-magic/salsa", package = "salsa-2022", rev = "f5aec4abefb4c5e67cba6d8ea91c216bc2838f10" }

[lints]
workspace = true
45 changes: 0 additions & 45 deletions crates/red_knot/src/check.rs

This file was deleted.

Loading

0 comments on commit 34fa6fd

Please sign in to comment.