This is an archive of the discontinued Mercurial Phabricator instance.

rust-tests: add test to check if `Cargo.lock` is up-to-date
ClosedPublic

Authored by Alphare on Sep 24 2020, 10:40 AM.

Details

Summary

An out-of-date Cargo.lock is the source of rebase conflicts, prevents a
reproductible build, introduces desync between the series that introduces a
change in dependencies and the one that eventually commits the Cargo.lock,
and is just a general annoyance.

This commit demonstrates that the test works, the next one fixes the
currently out-of-date Cargo.lock.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Alphare created this revision.Sep 24 2020, 10:40 AM

This can (should) be grafted on stable with no conflicts.

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.