Files
buildx/bake/hclparser
Roberto Villarreal 3301329d57 Ensure typed variables with no value still carry type
A value-less, untyped variable has always been converted to an empty
string.  The intention was that value-less, typed variables convert to a
 typed null, which was even specified in a code comment, but was never
actually implemented.

This resulted in a null value with a nil type.  A value with a nil type
cannot be coerced ("unified") with any other standard types.  When this
mismatch occurs, HCL attempts to return a diagnostic error, which in
turn panics as the nil type is literally a nil pointer.

Signed-off-by: Roberto Villarreal <rrjjvv@yahoo.com>
2025-10-10 20:10:04 -06:00
..
2025-07-03 13:27:37 +02:00
2023-02-07 11:40:20 +00:00
2025-06-06 17:16:56 +02:00
2025-06-06 17:16:56 +02:00
2025-08-05 10:21:55 +02:00
2025-08-05 10:21:55 +02:00