-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
now that we respect gitignore tests can be simplified #5810
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ Nice! |
📌 Commit 7fc0dff has been approved by |
Sweet, more test simplification 👍 |
now that we respect gitignore tests can be simplified There are a lot of test that used a tempfile to avoid the fact that cargo would not init a git in the test folder. (or because they were copy/pasted from one that did.) Now that #5733 landed we can remove them all.
BTW I love your stats on the contributors graphs so far: dwijnand I love that you have net removed code! :-P |
Yep. I like to sum up my contributions as "net negative" 😉 |
💥 Test timed out |
@bors: retry |
@bors: are you still alive? |
@bors: retry |
@bors are you still there? |
@bors: r=alexcrichton |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 7fc0dff has been approved by |
now that we respect gitignore tests can be simplified There are a lot of test that used a tempfile to avoid the fact that cargo would not init a git in the test folder. (or because they were copy/pasted from one that did.) Now that #5733 landed we can remove them all.
☀️ Test successful - status-appveyor, status-travis |
There are a lot of test that used a tempfile to avoid the fact that cargo would not init a git in the test folder. (or because they were copy/pasted from one that did.) Now that #5733 landed we can remove them all.