cynic
cynic copied to clipboard
Better errors on missing variable/wrong variable type
#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.