CasterVoice / caster-core

GNU General Public License v3.0
1 stars 1 forks source link

Fix minor issues #21

Closed Timoses closed 3 years ago

LexiconCode commented 3 years ago

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.

Timoses commented 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.)

Timoses commented 3 years ago

Regarding this PR, please "LGTM" or press the magic button ; ).