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

Correct max string length calculation when there are string operators #2292

Merged
merged 3 commits into from Jun 1, 2021

Commits on May 31, 2021

  1. Correct max string length calculation after psf#2286

    PR psf#2286 did not fix the edge-cases (e.g. when the string is just long
    enough to cause a line to be 89 characters long). This PR corrects that
    mistake.
    bbugyi200 committed May 31, 2021
    Copy the full SHA
    e120f45 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f2ccbf5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d00a729 View commit details
    Browse the repository at this point in the history