Closed Timoses closed 3 years ago
I don't know what you mean @LexiconCode .
Does your question pertain to the contents of this PR?
(If you are talking about the -d
development mode where packages are reloaded after they are modified: I don't think we do handle a lot. It's merely watching all files it knows, I think. However, it currently seems broken anyway : / . Believe it happened after a new python minor version. Well, it's a change to find a better implementation perhaps.)
Regarding this PR, please "LGTM" or press the magic button ; ).
One concern is in development mode the user is experimenting with a package. Have we handled an edge case of the package being shadowed by something already on path? Anything already on path will take precedence.