Improve how assert
and assert_eq
are parsed and represented
#6102
Labels
enhancement
New feature or request
assert
and assert_eq
are parsed and represented
#6102
Problem
Right now
assert
andassert_eq
have specific parse code to make sure we parse the correct number of arguments. This has a few issues:Happy Case
When passing a wrong number of arguments to
assert
andassert_eq
I should get a "wrong number of arguments" errors, not a parsing error. And LSP features like autocompletion should still work.Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: