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
Due to what I assume was a copy-paste error, the SetSymmetricDifferenceFunc seems to actually be implementing SetSubtractFunc due to calling the wrong method on the underlying set implementation.
Due to what I assume was a copy-paste error, the
SetSymmetricDifferenceFunc
seems to actually be implementingSetSubtractFunc
due to calling the wrong method on the underlying set implementation.go-cty/cty/function/stdlib/set.go
Lines 88 to 105 in f21e35a
There are also no unit tests for either
SetSubtractFunc
orSetSymmetricDifferenceFunc
.The text was updated successfully, but these errors were encountered: