Closed HadrienG2 closed 11 months ago
Review changes with SemanticDiff.
Analyzed 1 of 3 files.
Overall, the semantic diff is 16% smaller than the GitHub diff.
Filename | Status | |
---|---|---|
:grey_question: | Cargo.toml | Unsupported file format |
:grey_question: | hwlocality-sys/Cargo.toml | Unsupported file format |
:heavy_check_mark: | hwlocality-sys/build.rs | 15.22% smaller |
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
14dc251
) 65.28% compared to head (f6e9818
) 65.28%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #89 by replacing git branch cloning with a checksummed official hwloc tarball.
This comes at the cost of adding several heavy dependencies, and thus cold vendored builds getting much slower. But since configure scripts are slow, these builds have never been the preferred option from a performance perspective to begin with, so I guess this is a reasonable tradeoff...