Skip to content

Commit 89143f3

Browse files
committed
Remove oak_sources crate
1 parent 8f1fd99 commit 89143f3

16 files changed

Lines changed: 1 addition & 1553 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ oak_r_process = { path = "crates/oak_r_process" }
8686
oak_scan = { path = "crates/oak_scan" }
8787
oak_semantic = { path = "crates/oak_semantic" }
8888
oak_source = { path = "crates/oak_source" }
89-
oak_sources = { path = "crates/oak_sources" }
9089
oak_srcref = { path = "crates/oak_srcref" }
9190
once_cell = "1.21.4"
9291
parking_lot = "0.12.5"

crates/ark/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ oak_package_metadata.workspace = true
5656
oak_scan.workspace = true
5757
oak_semantic.workspace = true
5858
oak_source.workspace = true
59-
oak_sources.workspace = true
6059
oak_srcref.workspace = true
6160
once_cell.workspace = true
6261
regex.workspace = true

crates/oak_db/src/file_imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub enum ImportLayer {
3636
/// first, so `stats` is highest-priority and `base` is lowest).
3737
/// Materialised as `Package` layers; packages absent from the
3838
/// workspace and library roots drop out (the LSP fills them in later
39-
/// via `oak_sources`).
39+
/// via its source handler).
4040
const DEFAULT_SEARCH_PATH: [&str; 7] = [
4141
"stats",
4242
"graphics",

crates/oak_sources/Cargo.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

crates/oak_sources/scripts/srcrefs.R

Lines changed: 0 additions & 104 deletions
This file was deleted.

crates/oak_sources/src/base.rs

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)