technomancy / leiningen

Moved to Codeberg; this is a convenience mirror
https://codeberg.org/leiningen/leiningen
Other
7.29k stars 1.61k forks source link

Add type hint for invokeStatic method used in `lein run` #2803

Closed mourjo closed 1 year ago

mourjo commented 1 year ago

Fixes https://github.com/technomancy/leiningen/issues/2695, reduces a reflection call.

Past work related to this: