Wildcard target dependencies #21229
fxposter
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to propose adding the ability for a target to depend on the dynamic amount of dependecies by specifying them like this:
That would mean that target "test" depends on both "build-css" and "build-js".
I see two reasons for such feature to exist:
I have made a PR a while ago that implements this behaviour and it is passing and actually was passing for months already (the only failures there were sporadic timeouts from time to time): #19611. The implementation is small and will unlikely cause any issues. In case of people not using such wildcards dependencies - the behaviour is exactly the same as the current one.
Beta Was this translation helpful? Give feedback.
All reactions