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

Turn on strict equality checking by default #10168

Open
JukkaL opened this issue Mar 5, 2021 · 0 comments
Open

Turn on strict equality checking by default #10168

JukkaL opened this issue Mar 5, 2021 · 0 comments
Labels

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Mar 5, 2021

We've supported --strict-equality for quite some time and it works quite well. Maybe it's time to turn it on by default. It would still be possible to use --no-strict-equality to turn it off.

Strict equality checking generates errors for code like 'x' == 5 or 'x' is 5.

We may want to fix some remaining issues first, such as #8296.

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

No branches or pull requests

1 participant