MobileNativeFoundation / MobileNativeFoundation/rules_xcodeproj

Bug: Duplicated errors and warnings

Open
#459 2 comments 0 reactions 1 assignee View on GitHub

@brentleyjones is already working on this.

Since Sep 1, 2022.

bug BwP
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:

Issue navigator showing the same errors on both the BazelDependencies target and the generator.library target

(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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.