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

Minified theme check #69095

Merged
merged 2 commits into from
Feb 13, 2020
Merged

Conversation

GuillaumeGomez
Copy link
Member

Fixes #69071.

r? @kinnison

@JohnTitor JohnTitor added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 12, 2020
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-7 of your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2020-02-12T13:40:57.4340642Z ========================== Starting Command Output ===========================
2020-02-12T13:40:57.4342147Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/9dbab29a-2123-4747-acb7-bdae29593a14.sh
2020-02-12T13:40:57.4342183Z 
2020-02-12T13:40:57.4344965Z ##[section]Finishing: Disable git automatic line ending conversion
2020-02-12T13:40:57.4352770Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/69095/merge to s
2020-02-12T13:40:57.4354622Z Task         : Get sources
2020-02-12T13:40:57.4354654Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-02-12T13:40:57.4354735Z Version      : 1.0.0
2020-02-12T13:40:57.4354768Z Author       : Microsoft
---
2020-02-12T13:40:58.4386190Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-02-12T13:40:58.4407130Z ##[command]git config gc.auto 0
2020-02-12T13:40:58.4415032Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-02-12T13:40:58.4420473Z ##[command]git config --get-all http.proxy
2020-02-12T13:40:58.4430666Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin +refs/heads/*:refs/remotes/origin/* +refs/pull/69095/merge:refs/remotes/pull/69095/merge

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@GuillaumeGomez
Copy link
Member Author

fmt again...

@Dylan-DPC-zz
Copy link

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Feb 12, 2020

📌 Commit 109260f has been approved by Dylan-DPC

@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 Feb 12, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Feb 12, 2020
bors added a commit that referenced this pull request Feb 12, 2020
Rollup of 7 pull requests

Successful merges:

 - #67954 (Support new LLVM pass manager)
 - #68981 ( Account for type params on method without parentheses)
 - #69002 (miri: improve and simplify overflow detection)
 - #69038 (Add initial debug fmt for Backtrace)
 - #69040 (Cleanup SGX entry code)
 - #69086 (Update compiler-builtins to 0.1.25)
 - #69095 (Minified theme check)

Failed merges:

r? @ghost
@bors bors merged commit 109260f into rust-lang:master Feb 13, 2020
@GuillaumeGomez GuillaumeGomez deleted the minified-theme-check branch February 13, 2020 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustdoc --check-theme doesn't work with minified theme
6 participants