hashicorp / hcl2

Former temporary home for experimental new version of HCL
https://github.com/hashicorp/hcl
Mozilla Public License 2.0
373 stars 66 forks source link

Splat operators should work with Set values #30

Closed apparentlymart closed 6 years ago

apparentlymart commented 6 years ago

Currently splat operators only work with List and Tuple values. Given that in other contexts we are able to automatically convert between set and list, we should be able to splat over sets too for consistency, with the caveat that the result will not be in any particular order.