You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, the proc macro that handles HCL code seems to depend on unwrap() too much. Can we use expect() to provide more descriptive error messages and include the line number?
The text was updated successfully, but these errors were encountered:
In the current implementation, the proc macro that handles HCL code seems to depend on
unwrap()
too much. Can we useexpect()
to provide more descriptive error messages and include the line number?The text was updated successfully, but these errors were encountered: