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
Computed artifacts can now take a list of artifacts of any length as input, but not of multiple different lengths for any one computed artifact. Supporting "here's a list of artifacts, cache on these" (regardless of length) would allow e.g. optional arguments to computed artifacts, and removal of the current requiredNumberOfArtifacts() requirement on any derived class that wants to support more than one input artifact.
The text was updated successfully, but these errors were encountered:
follow up to #2705 and #2275
Computed artifacts can now take a list of artifacts of any length as input, but not of multiple different lengths for any one computed artifact. Supporting "here's a list of artifacts, cache on these" (regardless of length) would allow e.g. optional arguments to computed artifacts, and removal of the current
requiredNumberOfArtifacts()
requirement on any derived class that wants to support more than one input artifact.The text was updated successfully, but these errors were encountered: