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
Where there is a Map.get(featureId) call which won't match the feature with the semantic version above.
The text was updated successfully, but these errors were encountered:
brendandburns
changed the title
installAfter looks for an exact match even when version is missing.
installsAfter looks for an exact match even when version is missing.
Dec 23, 2022
I have read through #163 and though it is related, I think this is a different issue.
It appears that the
installAfter
feature is looking for an exact string match rather than a prefix.I want to be able to say:
and have that match:
I suspect the problem is here:
cli/src/spec-configuration/containerFeaturesOrder.ts
Line 57 in d4fbd73
Where there is a
Map.get(featureId)
call which won't match the feature with the semantic version above.The text was updated successfully, but these errors were encountered: