Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages with the same names leads to undefined behavior #277

Open
theKashey opened this issue Aug 17, 2020 · 0 comments
Open

Packages with the same names leads to undefined behavior #277

theKashey opened this issue Aug 17, 2020 · 0 comments

Comments

@theKashey
Copy link

Title Description
Version 0.24.5
Type feature Request
node 12.16.3
Operating System OSX
Short Description in short - there is a foot gun
Detailed description ....

When new packages are created via copy-paste it is possible to forget to rename a package, having as a result a few ones named in the same way.
This lead to some issue at the linking stage, when some packages would not be linked together. In my case, having 3 similar packages, I have a problem with only one package not linked into the middle of my duplicates.

I know that the root cause sounds a bit stupid. It is. But it's really easy to run into it, and I've spent 4 hours 😅 not able to start my project (and discover the real problem) or commit it due to linting issues (using of unresolved dependency).

Expected solution:

Bolt should throw an error if two packages of a same name were found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant