Skip to content

Commit 603260c

Browse files
committed
Introduce trait PackageCache
So we can add `TestPackageCache` and use it in our tests when resolving package definitions
1 parent ac59c5f commit 603260c

10 files changed

Lines changed: 445 additions & 170 deletions

File tree

Cargo.lock

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

crates/oak_ide/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ url.workspace = true
2929
aether_parser.workspace = true
3030
assert_matches.workspace = true
3131
oak_index.workspace = true
32-
oak_library = { workspace = true, features = ["testing"] }
32+
oak_library = { workspace = true, features = ["testing"] }
33+
oak_sources = { workspace = true, features = ["testing"] }

0 commit comments

Comments
 (0)