On short error format, append primary span label to message by estebank · Pull Request #126804 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation17 Commits1 Checks6 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

estebank

The error-format=short output only displays the path, error code and main error message all in the same line. We now add the primary span label as well after the error message, to provide more context.

@estebank estebank marked this pull request as ready for review

June 21, 2024 19:23

@rustbot

r? @davidtwco

rustbot has assigned @davidtwco.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Jun 21, 2024

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

davidtwco

@davidtwco

@bors

📌 Commit 57a82e0 has been approved by davidtwco

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jun 24, 2024

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jun 24, 2024

@matthiaskrgr

…, r=davidtwco

On short error format, append primary span label to message

The error-format=short output only displays the path, error code and main error message all in the same line. We now add the primary span label as well after the error message, to provide more context.

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jun 24, 2024

@matthiaskrgr

…, r=davidtwco

On short error format, append primary span label to message

The error-format=short output only displays the path, error code and main error message all in the same line. We now add the primary span label as well after the error message, to provide more context.

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 24, 2024

@bors

…iaskrgr

Rollup of 10 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

@compiler-errors

@bors bors added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

labels

Jun 24, 2024

@estebank

@estebank

@bors

📌 Commit 8b7ff89 has been approved by davidtwco

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jul 31, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Aug 1, 2024

@bors

…r=davidtwco

On short error format, append primary span label to message

The error-format=short output only displays the path, error code and main error message all in the same line. We now add the primary span label as well after the error message, to provide more context.

@bors

@rust-log-analyzer

This comment has been minimized.

@bors

@bors bors added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

labels

Aug 1, 2024

@estebank

The error-format=short output only displays the path, error code and main error message all in the same line. We now add the primary span label as well after the error message, to provide more context.

@estebank

@bors

📌 Commit 1bbaf6e has been approved by davidtwco

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Aug 6, 2024

@bors

@bors

This was referenced

Aug 6, 2024

@rust-timer

Finished benchmarking commit (93ea767): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results (primary -0.0%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌ (primary) 3.1% [3.1%, 3.1%] 1
Regressions ❌ (secondary) - - 0
Improvements ✅ (primary) -3.2% [-3.2%, -3.2%] 1
Improvements ✅ (secondary) - - 0
All ❌✅ (primary) -0.0% [-3.2%, 3.1%] 2

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 760.794s -> 760.454s (-0.04%)
Artifact size: 336.95 MiB -> 336.90 MiB (-0.02%)

Labels

merged-by-bors

This PR was explicitly merged by bors.

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.