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

Support narrowing of walrus in most cases #8458

Merged
merged 2 commits into from Feb 28, 2020
Merged

Support narrowing of walrus in most cases #8458

merged 2 commits into from Feb 28, 2020

Commits on Feb 28, 2020

  1. Support narrowing of walrus in most cases

    It is a pretty simple matter of pulling out the assignment target from
    the walrus. We don't bother handling things like `x := (y := z)` since
    I can't imagine they are common enough to be worth bothering but we
    could in the future if anyone cares.
    
    Fixes #8447.
    msullivan committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    32a0185 View commit details
    Browse the repository at this point in the history
  2. tweak

    msullivan committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    b40e133 View commit details
    Browse the repository at this point in the history