Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnsure readonly files can be removed on Windows. #20244
Conversation
highfive
commented
Mar 8, 2018
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try |
Ensure readonly files can be removed on Windows. This is based off of https://bugs.python.org/issue19643. At worst, it makes our deletion function more robust and doesn't help with the ongoing windows CI problems. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20244) <!-- Reviewable:end -->
|
@bors-servo try |
Ensure readonly files can be removed on Windows. This is based off of https://bugs.python.org/issue19643. At worst, it makes our deletion function more robust and doesn't help with the ongoing windows CI problems. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20244) <!-- Reviewable:end -->
|
@bors-servo try |
Ensure readonly files can be removed on Windows. This is based off of https://bugs.python.org/issue19643. At worst, it makes our deletion function more robust and doesn't help with the ongoing windows CI problems. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20244) <!-- Reviewable:end -->
|
Hey, it actually made clear-cargo-cache work properly on Windows! |
|
r=me with the "missing import" commit squashed into the commit that uses that import. |
|
|
|
@bors-servo r=SimonSapin |
|
|
Ensure readonly files can be removed on Windows. This is based off of https://bugs.python.org/issue19643. At worst, it makes our deletion function more robust and doesn't help with the ongoing windows CI problems. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20244) <!-- Reviewable:end -->
|
|
|
@bors-servo r=SimonSapin |
|
|
Ensure readonly files can be removed on Windows. This is based off of https://bugs.python.org/issue19643. At worst, it makes our deletion function more robust and doesn't help with the ongoing windows CI problems. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20244) <!-- Reviewable:end -->
|
|
jdm commentedMar 8, 2018
•
edited by SimonSapin
This is based off of https://bugs.python.org/issue19643. At worst, it makes our deletion function more robust and doesn't help with the ongoing windows CI problems.
This change is