MobileNativeFoundation / MobileNativeFoundation/rules_xcodeproj
Bug: Duplicated errors and warnings
@brentleyjones is already working on this.
Since Sep 1, 2022.
- Dominant language
- Swift
- Stars
- 626
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Currently errors and warnings in BwB mode originate from the BazelDependencies target. If you have Live Errors enabled in Xcode, then the actual target that contains the source files will produce the same errors as well:
(see #458 for the capitalization issue)
Once we have diagnostics replaying (#402), the same issue might occur even without Live Errors enabled unless we silence the errors that will be replayed (which we probably will be able to do).
Expected behavior
Until #402, there isn't much we can do to fix this. After that though, I expect that we don't display duplicated errors and warnings.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.