MozillaSecurity / lithium

Line-based testcase reducer
Mozilla Public License 2.0
94 stars 25 forks source link

Unfinished mypy support #84

Closed nth10sd closed 3 years ago

nth10sd commented 3 years ago

This was what I had some time ago, @jschwartzentruber please feel free to finish it off.

(I ran with an updated mypy 0.910, there's still some issues left)

One thing I'm not sure is, whether paths in Lithium are still str or path or both? Is the former going to be deprecated?

jschwartzentruber commented 3 years ago

One thing I'm not sure is, whether paths in Lithium are still str or path or both? Is the former going to be deprecated?

Should be both. We've done this in Fuzzfetch too. We have no plan to deprecate str paths.