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

Prevent two modules from using the same name #5

Closed
buddhike opened this issue Dec 16, 2017 · 0 comments
Closed

Prevent two modules from using the same name #5

buddhike opened this issue Dec 16, 2017 · 0 comments
Assignees
Labels

Comments

@buddhike
Copy link
Member

buddhike commented Dec 16, 2017

Module name is used as the key of internal maps. During discovery phase (discover.go), we should return an error if the module name is already taken by another module.

Error message should return the details of conflicting modules so that the user can easily locate them to fix it.

@buddhike buddhike added the bug label Dec 16, 2017
@buddhike buddhike self-assigned this Dec 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant