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

Disallow non-parenthesized lambda expr in f-string #7263

Merged
merged 21 commits into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    0cc8221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a7c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f9a21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0159ae0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63f43dc View commit details
    Browse the repository at this point in the history
  6. Code review changes

    dhruvmanila committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bfa0296 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5db6b20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be4a3eb View commit details
    Browse the repository at this point in the history
  9. Update snapshots

    dhruvmanila committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    adb7a05 View commit details
    Browse the repository at this point in the history
  10. Pass in the source code to the parser

    This will be used to extract the `leading` and `trailing` text for
    f-string debug expressions.
    dhruvmanila committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    22cfd95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    408c58f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b70048a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8dade0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab09524 View commit details
    Browse the repository at this point in the history
  15. Code review changes

    dhruvmanila committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cdc7b45 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    19653a3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9d8012d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    18188d0 View commit details
    Browse the repository at this point in the history
  19. Fix typo (@L -> @R)

    dhruvmanila committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    47c3215 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    06ba358 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    85e5c01 View commit details
    Browse the repository at this point in the history