Enhance missing argument validation #1367
Labels
enhancement
New feature or request
good first issue
Good for newcomers
validation
candidate for syntactic or semantic validation
Currently we have two different error messages for missing arguments, either a
<name>
is missing" or aA better approach would be to merge both these validations into one, displaying something along
Argument(s) <list of names separated by a comma> are missing
Both the calls to
fb.bar
andbaz
have the same error, yet yield different diagnostics:Originally posted by @mhasel in #1364 (comment)
The text was updated successfully, but these errors were encountered: