Commit Graph
2 Commits
Author SHA1 Message Date
56ec36726b Fix Cartesian product to return empty set if empty set is given (#503)
This fixes #499, where a matrix strategy with only include keys ends up
causing multiple builds.  This bugs appears to have been introduced in #415,
when extra include keys are added in the matrix strategy.  The cause
seems to be because the CartesianProduct function returns an item with
empty keys, instead of return an empty set.

Co-authored-by: Ed Tan <[email protected]>
2021-01-23 14:55:54 -08:00
c7b3869b2f Report error when if expression is invalid (#485)
Co-authored-by: Ed Tan <[email protected]>
Co-authored-by: Casey Lee <[email protected]>
2021-01-18 11:44:27 -08:00