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

Use heuristics to suggest assignment #65566

Merged
merged 5 commits into from
Oct 27, 2019
Merged

Commits on Oct 26, 2019

  1. Use heuristics to suggest assignment

    When detecting a possible `=` -> `:` typo in a `let` binding, suggest
    assigning instead of setting the type.
    estebank committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    6206a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e4e2d View commit details
    Browse the repository at this point in the history
  3. review comments and tweaks

    estebank committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    93bb780 View commit details
    Browse the repository at this point in the history
  4. review comment: use Default

    estebank committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    7ea28e7 View commit details
    Browse the repository at this point in the history
  5. Fix rebase

    estebank committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    b579c5a View commit details
    Browse the repository at this point in the history