bazel-xcode / bazel-xcode/xchammer

Bazel targets aren't created for labels using shorthand notation

Open
#98 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.