Skip to content

Commit 38acab7

Browse files
committed
[anneal][v2] Implement out-of-tree dependency chasing for expand command
Notes about largely unreviewed generated change: - Last test assertion looks dubious. Should probably switch all LLBC test verifications to something that properly parses the LLBC and makes more precise assertions. - Integration and structure requires more thought. It seems that only the scanner "knows" about this behaviour; is it being being plumbed through cmdline args and through run_charon? - New test (and probably other tests) should have their setup procedures overhauled/simplified. In general, I would expect the test to create a fixture, and then be able to pass largely static data to `run_charon()`, but right now it's manually setting up locked roots, etc., etc. gherrit-pr-id: Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3
1 parent 7159849 commit 38acab7

5 files changed

Lines changed: 451 additions & 20 deletions

File tree

anneal/v2/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ members = ["."]
44
[features]
55
# Enables tests that assume a prebuilt exocrate archive.
66
exocrate_tests = []
7+
# Enables tests that make network requests or download cargo dependencies.
8+
online_tests = []
79

810
[package]
911
name = "cargo-anneal"

0 commit comments

Comments
 (0)