Create helper function using `Process()`
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.4k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
This pattern is repeated enough times to be worth a small helper. If it's internal to SourceKittenFramework we can still use it from tests by using
@testable import SourceKittenFrameworkwithout polluting our public API.
Originally posted by @jpsim in https://github.com/jpsim/SourceKitten/pull/581
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 locating the repeated Process() usage in SourceKittenFramework and read the surrounding call sites to determine the shared behavior. Check how tests use @testable import SourceKittenFramework; done means the repeated pattern is covered by one internal helper without adding it to the public API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100