Scripts directory #14220
Closed
KonstantinPotekaev
started this conversation in
Ideas
Scripts directory
#14220
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to raise a concern about the current state of the scripts directory. There are two possible suggestions to solve it:
Please consider renaming the scripts directory to something more specific.
Alternatively, configure the packaging so that scripts does not get treated as a top-level library when the package is installed.
Right now, because scripts is installed as a separate top-level package, it conflicts with user projects that also have a scripts/ directory — making it nearly impossible to structure custom projects without import collisions.
This causes a lot of frustration and breaks local development workflows. Please consider making this small change — it would really help the community.
Beta Was this translation helpful? Give feedback.
All reactions