Explore `--track-untyped` support
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 272
- Forks
- 29
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 4
Description
Sorbet now has a built in flag that tracks untyped calls: https://github.com/sorbet/sorbet/pull/6919
sorbet.run
We currently get a similar metric in a snapshot by subtracting the typed calls from all calls. However, this flag gives file specific information which can lead to coverage repors with "untyped calls map".
Contributor guide
No contributing guide indexed for this repository
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 reviewing the existing snapshot metric that subtracts typed calls from all calls, then compare it with Sorbet's linked --track-untyped behavior and file-specific output. Done means Spoom can use that information to produce coverage reports with an untyped-calls map.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- testing, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100