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

Account for rounding errors when deciding the diagnostic boundaries #64029

Merged
merged 3 commits into from
Sep 1, 2019

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    78f62c6 View commit details
    Browse the repository at this point in the history
  2. Tweak terminal width trimming

    Properly account for left margin when setting terminal width through
    CLI flag and don't trim code by default if we can't get the terminal's
    dimensions.
    estebank committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    bf90154 View commit details
    Browse the repository at this point in the history
  3. Use saturating_sub

    estebank committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    8456719 View commit details
    Browse the repository at this point in the history