cynic icon indicating copy to clipboard operation
cynic copied to clipboard

Better errors on missing variable/wrong variable type

Open obmarg opened this issue 3 years ago • 0 comments

#391 refactored the way variables work. I'm not 100% happy with the errors that you get if you use a variable that doesn't exist, or use an incorrect type.

This issue is to look into improving them, possibly using static_assertions::assert_fields or similar.

I've added ui-tests for them that should help to test improvements.

obmarg avatar Feb 20 '22 14:02 obmarg