evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.05k stars 120 forks source link

`.coconut_stubs` should only point to the relevant stubs, not whatever folder `coconut` gets installed into #775

Closed evhub closed 1 year ago

evhub commented 1 year ago

If Coconut gets installed into a folder with lots of other packages, the current behavior will overwrite the existing mypy path with those packages at the front.