MobileNativeFoundation / MobileNativeFoundation/rules_xcodeproj
Feature Request: Tests for LLDB support
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 626
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
Similar to what rules_ios has done here, we should have a generic rule that allows us to test that LLDB is working correctly in our examples. Possibly, we might want to provide a rule for consumers as well to test similar behaviors (related to https://github.com/buildbuddy-io/rules_xcodeproj/issues/461).
Recently we have seen various regressions and changes in breakpoints resolution. We should make sure to prevent this from happening in the future again by relying on a solid test suite.
Note: It would be nice to add more context from the technical perspective on what changes would be required to resolve this issue in order to make it more easily accessible to current and future contributors.
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
Review the linked rules_ios pull request and the related rules_xcodeproj issue for the intended LLDB test behavior and technical context. Define what the generic rule should validate for the examples, whether consumer support is in scope, and what test coverage would prevent future breakpoint-resolution regressions.
Written by the indexing model from the issue text.
Assessment
- Domain
- devtools, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100