Skip to content

Prevent failure in case no space left on device in rustdoc - #59734

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:improve-rustdoc-failure
Apr 26, 2019
Merged

Prevent failure in case no space left on device in rustdoc#59734
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:improve-rustdoc-failure

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 5, 2019
Comment threadsrc/librustdoc/html/render.rs Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fs::create_dir_all(&cur)?; can be moved to after the call to clean_srcpath because create_dir_all works recursively anyway. That means that clean_srcpath itself doesn't need to be modified.

@QuietMisdreavusQuietMisdreavus removed their assignment Apr 11, 2019
@QuietMisdreavus

Copy link
Copy Markdown
Contributor

r? @ollie27

1 similar comment
@Dylan-DPC-zz

Copy link
Copy Markdown

r? @ollie27

@Dylan-DPC-zz

Copy link
Copy Markdown

ping from triage @GuillaumeGomez you need to address the review left by ollie above.

@Dylan-DPC-zzDylan-DPC-zz 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-review Status: Awaiting review from the assignee but also interested parties. labels Apr 22, 2019
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

Indeed! I'll do it as soon as possible.

@GuillaumeGomez
GuillaumeGomezforce-pushed the improve-rustdoc-failure branch from b32b83a to feb5a53CompareApril 24, 2019 20:31
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

Updated (thanks for the great suggestion @ollie27!).

@ollie27

Copy link
Copy Markdown
Contributor

Looks good.

@bors r+ rollup

@bors

bors commented Apr 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit feb5a53 has been approved by ollie27

@borsbors 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 Apr 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Apr 25, 2019
…ure, r=ollie27
Prevent failure in case no space left on device in rustdoc
Fixesrust-lang#59703.
r? @QuietMisdreavus
@CentrilCentril mentioned this pull request Apr 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Apr 25, 2019
…ure, r=ollie27
Prevent failure in case no space left on device in rustdoc
Fixesrust-lang#59703.
r? @QuietMisdreavus
@CentrilCentril mentioned this pull request Apr 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Apr 26, 2019
…ure, r=ollie27
Prevent failure in case no space left on device in rustdoc
Fixesrust-lang#59703.
r? @QuietMisdreavus
@CentrilCentril mentioned this pull request Apr 26, 2019
bors added a commit that referenced this pull request Apr 26, 2019
Rollup of 12 pull requests
Successful merges:
- #59734 (Prevent failure in case no space left on device in rustdoc)
- #59940 (Set cfg(test) when rustdoc is running with --test option)
- #60134 (Fix index-page generation)
- #60165 (Add Pin::{into_inner,into_inner_unchecked})
- #60183 (Chalkify: Add builtin Copy/Clone)
- #60225 (Introduce hir::ExprKind::Use and employ in for loop desugaring.)
- #60247 (Implement Debug for Place using Place::iterate)
- #60259 (Derive Default instead of new in applicable lint)
- #60267 (Add feature-gate for f16c target feature)
- #60284 (Do not allow const generics to depend on type parameters)
- #60285 (Do not ICE when checking types against foreign fn)
- #60289 (Make `-Z allow-features` work for stdlib features)
Failed merges:
r? @ghost
@bors
bors merged commit feb5a53 into rust-lang:masterApr 26, 2019
@GuillaumeGomez
GuillaumeGomez deleted the improve-rustdoc-failure branch April 26, 2019 08:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

Unexpected panic while using cargo doc command with nom 4.2.2.

6 participants

@GuillaumeGomez@QuietMisdreavus@Dylan-DPC-zz@ollie27@bors@rust-highfive