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

Made all constant literal string equality checks use strict equality. #385

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 11, 2023

  1. Made all constant literal non-empty, non-numeric string equality chec…

    …ks use strict equality.
    
    Implemented by search & replace.
    
    All other equality checks are left untouched, as changing them may result in different behavior, whereas these ones should behave the same, while reducing the surface area for type related bugs.
    boenrobot committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f5a847e View commit details
    Browse the repository at this point in the history