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
PR #21 causes tests failing after merging fixes to tests in PR #18. The reason of this is delete command does not delete the right resources folder, which is named with the interface name. Also same PR introduced another bug where if you create a new component with a different interface, it links the wrong resources folder to the system. This results in a bad behavior in remove command as well.
To Reproduce
Steps to reproduce the behavior:
create s system-1 base-1
create c component-1 interface-1
add component-1 system-1
Check resources folder under system-1. You'll see a wrong symbolic link with component name.
delete c component-1
Check resources folder under development environment. You'll see a broken symbolic link to interface-1
Expected behavior
System should have correct resources folder linked.
Development environment shouldn't have symbolic link.
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 (master branch version)
The text was updated successfully, but these errors were encountered:
Describe the bug
PR #21 causes tests failing after merging fixes to tests in PR #18. The reason of this is
delete
command does not delete the rightresources
folder, which is named with the interface name. Also same PR introduced another bug where if you create a new component with a different interface, it links the wrong resources folder to the system. This results in a bad behavior inremove
command as well.To Reproduce
Steps to reproduce the behavior:
Expected behavior
System should have correct resources folder linked.
Development environment shouldn't have symbolic link.
Operating System (please complete the following information):
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: