Files
opentf/lang/funcs
Alisdair McDiarmid 37006c5841 lang: Fix non-string key panics in map function
The map function assumed that the key arguments were strings, and would
panic if they were not.

After this commit, calling `map(1, 2)` will result in a map `{"1" = 1}`,
and calling `map(null, 1)` will result in a syntax error.

Fixes #23346, fixes #23043
2020-03-04 10:54:55 -05:00
..
2019-09-20 15:58:01 -07:00
2019-09-20 15:58:01 -07:00
2018-10-16 18:49:20 -07:00
2020-03-03 15:23:58 -05:00
2020-03-03 15:23:58 -05:00
2020-03-03 15:23:58 -05:00
2020-03-03 15:23:58 -05:00