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

Info command should display correct component names #10

Closed
furkan3ayraktar opened this issue Oct 22, 2018 · 0 comments
Closed

Info command should display correct component names #10

furkan3ayraktar opened this issue Oct 22, 2018 · 0 comments
Assignees
Labels

Comments

@furkan3ayraktar
Copy link
Collaborator

Describe the bug
When having multiple implementations of the same interface, info command displays the interface name instead of the component name.

To Reproduce

  1. Create component, user
  2. Create another component, user-dev with interface user
  3. Create another environment, production
  4. Add user-dev to development environment
  5. Add user to production environment
  6. Run info command
  7. You'll see it prints that both development and production environments have user component.

Expected behavior
info command should print that development has user-dev and production has user components.

Versions (please complete the following information):

  • Leiningen: 2.8.1
  • Java: 1.8.0_151
  • Polylith: 0.1.1

Additional context
Consider fixing this after the issue: #6 since I've tested this by creating two components with same interface manually following the idea explained in #6

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

2 participants