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

sess: stabilize -Zterminal-width as --diagnostic-width #95635

Merged
merged 3 commits into from
Jul 8, 2022

Commits on Jul 6, 2022

  1. sess: stabilize --terminal-width

    Formerly `-Zterminal-width`, `--terminal-width` allows the user or build
    tool to inform rustc of the width of the terminal so that diagnostics
    can be truncated.
    
    Signed-off-by: David Wood <david.wood@huawei.com>
    davidtwco committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e528884 View commit details
    Browse the repository at this point in the history
  2. session: terminal-width -> output-width

    Rename the `--terminal-width` flag to `--output-width` as the behaviour
    doesn't just apply to terminals (and so is slightly less accurate).
    
    Signed-off-by: David Wood <david.wood@huawei.com>
    davidtwco committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    cd23af6 View commit details
    Browse the repository at this point in the history
  3. session: output-width -> diagnostic-width

    Rename the `--output-width` flag to `--diagnostic-width` as this appears
    to be the preferred name within the compiler team.
    
    Signed-off-by: David Wood <david.wood@huawei.com>
    davidtwco committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    44c1fcc View commit details
    Browse the repository at this point in the history