-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustdoc: Styling regressions from stable to beta #87072
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Milestone
Comments
camelid
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
C-bug
Category: This is a bug.
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
labels
Jul 12, 2021
rustbot
added
the
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
label
Jul 12, 2021
Regression 3 is fixed in #87035. |
Sending a fix for the three others. |
Regressions 1 and 4 are fixed in #87085. |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 13, 2021
…, r=notriddle Search result colors Part of rust-lang#87072 (fixes the first and fourth regressions and add tests to prevent it from happening again). cc `@Nemo157` r? `@camelid`
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 13, 2021
…, r=notriddle Search result colors Part of rust-lang#87072 (fixes the first and fourth regressions and add tests to prevent it from happening again). cc ``@Nemo157`` r? ``@camelid``
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Jul 13, 2021
…, r=notriddle Search result colors Part of rust-lang#87072 (fixes the first and fourth regressions and add tests to prevent it from happening again). cc ```@Nemo157``` r? ```@camelid```
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Jul 14, 2021
…, r=notriddle Search result colors Part of rust-lang#87072 (fixes the first and fourth regressions and add tests to prevent it from happening again). cc ````@Nemo157```` r? ````@camelid````
apiraino
removed
the
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
label
Jul 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Regression 1
Ayu-only. The summary in the search results is now blue, when it used to be white.
beta (incorrect)
stable (correct)
Regression 2
Ayu-only. The color of impls in Ayu has changed from white to yellow. This may be intentional, but it looked off when I saw it. Note that this happens for all impls, not just foreign impls.
beta (incorrect)
stable (correct)
Regression 3
All themes. Certain auto-trait, foreign, unconditional impls have underlines.
beta (incorrect)
stable (correct)
Regression 4
All themes. The phrase
(keyword)
next tomatch
in the search results is now red in addition tomatch
itself being red, whereas(keyword)
used to be gray.beta (incorrect)
stable (correct)
Meta
All of the regressions seem to have occurred in beta (1.54.0).
The text was updated successfully, but these errors were encountered: