Fixes T2461. Similarly to arc lint --everything, arc unit --everything should work without a base commit.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- Restricted Maniphest Task
- Commits
- rARC0b22838ccaa8: Allow `arc unit --everything` to work without a base commit
Removed the .git/arc/default-relative-commit file and ran arc unit --everything.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3969 Build 3982: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
This feels a little wasteful since engines may be able to avoid doing this work (e.g., Phutil engines can enumerate tests without scanning the disk for files) but we can deal with that when we, e.g., adjust APIs for .arcunit or whatever.