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

Copy over comments when hugging power ops #2874

Merged
merged 4 commits into from Jul 14, 2022
Merged

Commits on Feb 8, 2022

  1. Copy over comments when hugging power ops

    Otherwise they'd be deleted which was a regression in 22.1.0 (oops! my
    bad!). Also type comments are now tracked in the AST safety check on all
    compatible platforms to error out if this happens again.
    
    Overall the line rewriting code has been rewritten to do "the right
    thing (tm)", I hope this fixes other potential bugs in the code (fwiw I
    got to drop the bugfix in blib2to3.pytree.Leaf.clone since now bracket
    metadata is properly copied over).
    ichard26 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    87be252 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    0691423 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    6c3178a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f579e0 View commit details
    Browse the repository at this point in the history