TypeEvalPy icon indicating copy to clipboard operation
TypeEvalPy copied to clipboard

Dynamic Type Inference

Open bengsparks opened this issue 1 year ago • 2 comments

Are there any plans to support dynamic type inference via Instagram's MonkeyType or Dropbox's pyannotate? If so, Gruber et. al's FlaPy can be used for dependency installation and sandboxing.

bengsparks avatar Dec 21 '23 21:12 bengsparks

We did initially look into this and limited our scope to only static analysis tools. But, this looks interesting. We will add this to our pipeline. Would you like to contribute to this? We can have a separate leaderboard for dynamic tools.

ashwinprasadme avatar Dec 22 '23 05:12 ashwinprasadme

Hi, what kind of contribution would be needed? I had cobbled together something with MonkeyType and FlaPy that permitted tracing of singular repositories (assuming dependency installation succeeded) for my master's thesis, I could probably reproduce it

bengsparks avatar Dec 29 '23 22:12 bengsparks