SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
19 stars 8 forks source link

Linting for `import <library>` as part of `same program run` #14

Open aronchick opened 3 years ago

aronchick commented 3 years ago

Ok - problem on thinking about this.

I think GENERALLY parsing for this is going to be a P1 (or lower). The reason being that there are many valid reasons and structure for not using same.import for (e.g system libraries, local directories, etc) where linting for import will be very noisey. Thoughts?

aronchick commented 3 years ago

cc @rynowak

aronchick commented 3 years ago

Done - ish. Waiting on @rynowak to close, but we do lint for this, and auto build a package list. We DONT warn the user (yet) - should that be a separate bug?