zclconf / go-cty

A type system for dynamic values in Go applications
MIT License
338 stars 70 forks source link

Remove optional attributes from null values in all collections #141

Closed liamcervante closed 1 year ago

liamcervante commented 1 year ago

I've added test cases covering maps, lists, sets, and tuples and added checks for null values in the relevant conversion functions. I also added a general check that the conversion package won't skip removing optionals when the types match.