feat: make samply-codspeed a submodule rather than git rev with cargo#416
Conversation
Merging this PR will not alter performance
|
Greptile SummaryThis PR replaces the Cargo git-rev dependency on
Confidence Score: 5/5Safe to merge — the submodule is pinned to the identical commit as the replaced Cargo rev, so no production behavior changes. The structural change is correct: the path dependency, workspace exclude, and submodule commit all align perfectly with the old rev. The only notable deviation is the pre-commit fmt hook losing its --all flag, which is a local-developer tooling concern rather than a build or runtime issue. .pre-commit-config.yaml — the fmt hook change warrants a quick look to confirm whether --all should be retained. Important Files Changed
|
Working locally with this was extremely annoying, and the script was actually a stupid workaround compared to just using a submodule.
b3f91ce to
612399d
Compare
Working locally with this was extremely annoying, and the script was actually a stupid workaround compared to just using a submodule.