commit | 7e42886aa6a963f93e12ce4ff8c983a06a9b8a79 | [log] [tgz] |
---|---|---|
author | James Farrell <jamesfarrell@google.com> | Thu Jun 06 17:46:51 2024 +0000 |
committer | James Farrell <jamesfarrell@google.com> | Mon Jun 10 15:11:22 2024 +0000 |
tree | 0e7d9fc50f73f0d55ccf212c6c168d7eb719ba37 | |
parent | aa83a38133d1cec85249be836256f95c734e9f79 [diff] |
Add a RepoPath struct. So we don't have to remember whether a path is absolute or relative to the repo root. The downside is a lot of copies of the repo root floating around, but this is not performance-critical code. Test: cargo run --bin health_report ; cargo run --bin migration_report Bug: 339424309 Change-Id: I86805b5fdb0d43bc71162dee605c65f0643da130