test(frontmatter): Rename tests to make coverage more obvious by epage · Pull Request #148073 · 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
Conversation7 Commits1 Checks11 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 }})
When working on the stabilization report (#148051), I found it annoying to determine what cases were covered because areas of the frontmatter feature were either not in the file name or in inconsistent locations.
This moves the area of frontmatter to the start of the file name and the moves to more specific the later in the file name so coverage is easier to see.
Tracking issue: #136889
When working on the stabilization report, I found it annoying to determine what cases were covered because areas of the frontmatter feature were either not in the file name or in inconsistent locations.
This moves the area of frontmatter to the start of the file name and the moves to more specific the later in the file name so coverage is easier to see.
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
rustbot has assigned @jdonszelmann.
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
This comment has been minimized.
epage mentioned this pull request
10 tasks
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📌 Commit fc5f0f7 has been approved by jieyouxu
It is now in the queue for this repository.
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
bors added a commit that referenced this pull request
test(frontmatter): Rename tests to make coverage more obvious
When working on the stabilization report (#148051), I found it annoying to determine what cases were covered because areas of the frontmatter feature were either not in the file name or in inconsistent locations.
This moves the area of frontmatter to the start of the file name and the moves to more specific the later in the file name so coverage is easier to see.
Tracking issue: #136889
jhpratt added a commit to jhpratt/rust that referenced this pull request
test(frontmatter): Rename tests to make coverage more obvious
When working on the stabilization report (rust-lang#148051), I found it annoying to determine what cases were covered because areas of the frontmatter feature were either not in the file name or in inconsistent locations.
This moves the area of frontmatter to the start of the file name and the moves to more specific the later in the file name so coverage is easier to see.
Tracking issue: rust-lang#136889
bors added a commit that referenced this pull request
Rollup of 6 pull requests
Successful merges:
- #147406 (Remove needs-asm-support directive in tests with explicit targets)
- #147790 (constify comparison traits on slices)
- #148056 (refactor(rustdoc): Remove redundant langstr checks)
- #148065 (compiletest: Add concrete examples for some config/test path fields)
- #148072 (Fix compiling
CondVar::wait_timeouton 32-bit Apple platforms) - #148073 (test(frontmatter): Rename tests to make coverage more obvious)
r? @ghost
@rustbot modify labels: rollup
bors added a commit that referenced this pull request
Rollup of 5 pull requests
Successful merges:
- #147406 (Remove needs-asm-support directive in tests with explicit targets)
- #148056 (refactor(rustdoc): Remove redundant langstr checks)
- #148065 (compiletest: Add concrete examples for some config/test path fields)
- #148072 (Fix compiling
CondVar::wait_timeouton 32-bit Apple platforms) - #148073 (test(frontmatter): Rename tests to make coverage more obvious)
r? @ghost
@rustbot modify labels: rollup
rust-timer added a commit that referenced this pull request
Rollup merge of #148073 - epage:org-frontmatter, r=jieyouxu
test(frontmatter): Rename tests to make coverage more obvious
When working on the stabilization report (#148051), I found it annoying to determine what cases were covered because areas of the frontmatter feature were either not in the file name or in inconsistent locations.
This moves the area of frontmatter to the start of the file name and the moves to more specific the later in the file name so coverage is easier to see.
Tracking issue: #136889
github-actions bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request
Rollup of 5 pull requests
Successful merges:
- rust-lang/rust#147406 (Remove needs-asm-support directive in tests with explicit targets)
- rust-lang/rust#148056 (refactor(rustdoc): Remove redundant langstr checks)
- rust-lang/rust#148065 (compiletest: Add concrete examples for some config/test path fields)
- rust-lang/rust#148072 (Fix compiling
CondVar::wait_timeouton 32-bit Apple platforms) - rust-lang/rust#148073 (test(frontmatter): Rename tests to make coverage more obvious)
r? @ghost
@rustbot modify labels: rollup
epage deleted the org-frontmatter branch
Labels
`#![feature(frontmatter)]`
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the compiler team, which will review and decide on the PR/issue.