secure-software-engineering / TypeEvalPy

A Micro-benchmarking Framework for Python Type Inference Tools
26 stars 3 forks source link

Some feedback on improving `TypeEvalPy` #1

Closed mir-am closed 10 months ago

mir-am commented 1 year ago

Hi @ashwinprasadme and @Samzcodez,

First of all, great job! I have managed to run and evaluate Type4Py on the micro-benchmark with almost one command. The automation is great! That said, I have some comments that might help improve the user experience with TypeEvalPy, especially with the installation process.

In general, I like the TypeEvalPy benchmark and it is pretty easy to use it.

ashwinprasadme commented 1 year ago

Thanks @mir-am. I have now changed the README to install and run TypeEvalPy without the script. I have also added CLI based selection of tools.

Itseems the .results will be hidden in the file manager. To avoid confusion, I have renamed the .results folder to just results

The hityper error is from the tool.

mir-am commented 1 year ago

Thanks for addressing the feedback. The installation process is better now.