empty `objc_module_map_config` on bazel 5.0.0
Open
Nobody has claimed this yet.
- Dominant language
- Starlark
- Stars
- 209
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
running this rule on bazel 5.0.0, will return empty `.cfg`, any plan to update the rule?
```
dep[apple_common.Objc].module_map
```
this will return `[]`
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.
Research direction
Start by reproducing the rule on Bazel 5.0.0 and inspect the `dep[apple_common.Objc].module_map` entry point described in the issue. Compare its result with the generated `.cfg`; done means the rule no longer produces an empty module-map configuration on that Bazel version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100