opentofu/lang
Martin Atkins edb5f82de1 lang/funcs: Convert the "setproduct" function to the new approach
In our new world it produces either a set of a tuple type or a list of a
tuple type, depending on the given argument types.

The resulting collection's element tuple type is decided by the element
types of the given collections, allowing type information to propagate
even if unknown values are present.
2019-01-16 09:57:16 -08:00
..
funcs lang/funcs: Convert the "setproduct" function to the new approach 2019-01-16 09:57:16 -08:00
data_test.go core: Static-validate resource references against schemas 2018-11-26 08:25:03 -08:00
data.go core: Static-validate resource references against schemas 2018-11-26 08:25:03 -08:00
doc.go lang: new package for the runtime parts of the config language 2018-10-16 18:44:26 -07:00
eval_test.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
eval.go core: Validate depends_on and ignore_changes traversals 2018-12-17 09:02:25 -08:00
functions.go lang/funcs: Convert the "setproduct" function to the new approach 2019-01-16 09:57:16 -08:00
references.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
scope.go terraform: ugly huge change to weave in new HCL2-oriented types 2018-10-16 18:46:46 -07:00