-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make "inconsistent PROJECT.scls" error clearer.
### Before: ``` ERROR: This build doesn't support automatic project resolution. Targets have different project settings. For example: //foo/bar:PROJECT.scl: //foo/bar:buildme no project file: //tests/foo:testme ``` ### After: ``` ERROR: This build doesn't support automatic project resolution. Targets have different project settings: - //foo/bar:buildme -> //foo/bar:PROJECT.scl - //foo/bar:buildme2 -> //foo/bar:PROJECT.scl - //tests/foo:testme -> no project file - //tests/baz:testme -> no project file (...and 14 more) ``` PiperOrigin-RevId: 708417084 Change-Id: I30ac3674edc2f5db1459cb77432d1be5368a0be2
- Loading branch information
1 parent
898a9e6
commit b8073bb
Showing
3 changed files
with
87 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters