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

warn on assignment to const #4960

Merged
merged 7 commits into from
Oct 13, 2022

Commits on Oct 13, 2022

  1. warn on assignment to const

    BillyLevin authored and tanhauhau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    d6a9182 View commit details
    Browse the repository at this point in the history
  2. fix formatting and switch to error

    BillyLevin authored and tanhauhau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    d0619dc View commit details
    Browse the repository at this point in the history
  3. check most local scopes first

    BillyLevin authored and tanhauhau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b70b5df View commit details
    Browse the repository at this point in the history
  4. fix logic and add more tests

    BillyLevin authored and tanhauhau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    0fc9ea0 View commit details
    Browse the repository at this point in the history
  5. more formatting

    BillyLevin authored and tanhauhau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    e4e2372 View commit details
    Browse the repository at this point in the history
  6. Fix broken test

    BillyLevin authored and tanhauhau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1cdf3e0 View commit details
    Browse the repository at this point in the history
  7. use find_owner instead

    tanhauhau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    191ab85 View commit details
    Browse the repository at this point in the history