-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
early-accesscandidate for an early-access, or experimental, releasecandidate for an early-access, or experimental, release
Description
The underlying implementation for types is https://github.com/zclconf/go-cty, which can panic when resolving values. The api surface of preview should be safe from panics, using recover() as a safe guard from any bugs/mistakes.
It is possible to avoid all panics with proper type checking, however a recover() guard rail ensure bugs do not completely kill the caller.
This should be done by early-access.
Metadata
Metadata
Assignees
Labels
early-accesscandidate for an early-access, or experimental, releasecandidate for an early-access, or experimental, release