Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ oak_r_process = { path = "crates/oak_r_process" }
oak_scan = { path = "crates/oak_scan" }
oak_semantic = { path = "crates/oak_semantic" }
oak_source = { path = "crates/oak_source" }
oak_sources = { path = "crates/oak_sources" }
oak_srcref = { path = "crates/oak_srcref" }
once_cell = "1.21.4"
parking_lot = "0.12.5"
Expand Down
1 change: 0 additions & 1 deletion crates/ark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ oak_package_metadata.workspace = true
oak_scan.workspace = true
oak_semantic.workspace = true
oak_source.workspace = true
oak_sources.workspace = true
oak_srcref.workspace = true
once_cell.workspace = true
regex.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/oak_db/src/file_imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub enum ImportLayer {
/// first, so `stats` is highest-priority and `base` is lowest).
/// Materialised as `Package` layers; packages absent from the
/// workspace and library roots drop out (the LSP fills them in later
/// via `oak_sources`).
/// via its source handler).
const DEFAULT_SEARCH_PATH: [&str; 7] = [
"stats",
"graphics",
Expand Down
33 changes: 0 additions & 33 deletions crates/oak_sources/Cargo.toml

This file was deleted.

104 changes: 0 additions & 104 deletions crates/oak_sources/scripts/srcrefs.R

This file was deleted.

138 changes: 0 additions & 138 deletions crates/oak_sources/src/base.rs

This file was deleted.

Loading
Loading