Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 12508 change invalid_var_arg error wording #12827

Merged

Conversation

relsunkaev
Copy link
Contributor

Description

"Fixes #12508"

Test Plan

We fix the issue within message.py so that it will check the incoming context and produce a different error when encountering variadic arguments. We also modified the tests accordingly. Now, it passes all the tests.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"variable arguments" in error message
2 participants