fast generate option?
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 873
- Forks
- 164
- Avg merge
- 4d 27m
- Merged PRs (30d)
- 9
Description
Is there, or would you consider adding, a way to only generate RBIs for gems that have changed?
Some of the gems I have to use take a long time to require in general, and also a while to generate rbi for, so it'd be nice to skip that work if possible. I understand the need to go through everything if requires change though, so maybe if this was an extra flag to generate rather than the default.
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 with the generate command and trace how gems are required and their RBIs are produced. Determine how changed gems and changes to requires would be identified; done means an optional fast mode skips unchanged gems while preserving full generation when requires change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100