When having multiple versions of the same plugin (in my case cloudify-aws-plugin) I get the following error in Composer when trying editing a copy (click on “Edit a copy in the Composer” button):
and the Composer is stuck:
See description.
I love when there is no comment regarding why it wasn’t fix and closed
Does it make sense to estimate if we have the same plugin with the same version for different distributions the node types should be the same?
So we can use the first plugin from the array?
what do you think?
Does it make sense to estimate if we have the same plugin with the same version for different distributions the node types should be the same?
I would say so, but I’m not plugins expert.
So we can use the first plugin from the array?
But what if we have also different versions of the same plugin? I wasn’t sure it is allowed, but just tested and it is allowed.
Just for the reference - the following will be implemented - as we agreed:
Multiple plugins installed with the same package_name will not be treated as errors in the Composer.
If there are multiple plugins with different distros set, then take any.
If there are multiple plugins with different versions, then take the latest.
Fix implemented according to guidelines mentioned above.
Waiting for review.