You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When created another component with the same interface, resources folder has the name of component not the interface. It should have the name of the interface.
To Reproduce
Steps to reproduce the behavior:
Create a component (e.g. lein polylith create c user)
Create another component with same interface (e.g. lein polylith create c user-2 user)
Navigate to components/user-2/resources
You'll see folder is named as user-2 instead of user
Expected behavior
Resource folder name should be same as interface name.
Operating System (please complete the following information):
OS: MacOS
Version: 10.14
Versions (please complete the following information):
Leiningen: 2.8.1
Java: 1.8.0_181
Polylith: 0.2.0
Additional context
This bug relates to changes happened in the v0.2.0 release.
The text was updated successfully, but these errors were encountered:
In the core-test namespace of the second component, when code requires core, it requires it with the component name (user-2) instead of interface name (user).
Describe the bug
When created another component with the same interface, resources folder has the name of component not the interface. It should have the name of the interface.
To Reproduce
Steps to reproduce the behavior:
lein polylith create c user
)lein polylith create c user-2 user
)components/user-2/resources
user-2
instead ofuser
Expected behavior
Resource folder name should be same as interface name.
Operating System (please complete the following information):
Versions (please complete the following information):
Additional context
This bug relates to changes happened in the v0.2.0 release.
The text was updated successfully, but these errors were encountered: