Typing of dynamic methods and variables
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 833
- Forks
- 99
- Avg merge
- 9h 30m
- Merged PRs (30d)
- 12
Description
-
define_singleton_method -
define_method -
{local,thread,instance,class}_variable_{set,get}
Receiving check errors because defined methods parameters are untyped.
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 reproducing the type-check errors involving define_singleton_method, define_method, and the local, thread, instance, and class variable setter/getter methods. Trace how TypeProf represents parameters for these dynamically defined methods; done means the listed cases receive appropriate parameter types without check errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100