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

Fix a string merging/split issue caused by standalone comments. #3227

Merged
merged 6 commits into from
Aug 23, 2022

Commits on Aug 16, 2022

  1. Fix a string merging/split issue caused by standalone comments.

    Fixes psf#2734: a standalone comment causes strings to be merged into one far too long (and requiring two passes to do so).
    yilei committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7f81852 View commit details
    Browse the repository at this point in the history
  2. Fix formatting.

    yilei committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    be2546a View commit details
    Browse the repository at this point in the history
  3. Add a bit more comment.

    yilei committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    fe7d7e8 View commit details
    Browse the repository at this point in the history
  4. Fix mypyc error.

    yilei committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    231391e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Whee this fixes a crash 🎉

    ichard26 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f2f20d6 View commit details
    Browse the repository at this point in the history
  2. Simplify the implementation.

    yilei committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    987a5a7 View commit details
    Browse the repository at this point in the history