bazel-xcode / bazel-xcode/xchammer
Bazel targets aren't created for labels using shorthand notation
Open
- Dominant language
- Swift
- Stars
- 314
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Currently XCHammer creates Bazel targets by the labels specified in the XCHammer config.
Since we do a naive string comparison, it will miss labels that aren't using the full label syntax:
```
return allXCTargets
.filter { specifiedLabels.contains($0.value.xcodeTarget.label) }
.map { $0.value.xcodeTarget }
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.