Attribute argument / function parameter amount mismatch: improve error message #12
Labels
A-ui
Area: changes related specifically to the ui (such as how we report errors to the user)
C-enhancement
Category: enhancements
The following code will obvisouly fail, since our function has two inputs, but in our attribute, we only provide one.
it does fail (which is good), but the error states "this should never happen", while it can and isn't an
unreachable
error case.The text was updated successfully, but these errors were encountered: