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

Rollup of 5 pull requests #23806

Merged
merged 11 commits into from
Mar 28, 2015
Merged

Rollup of 5 pull requests #23806

merged 11 commits into from
Mar 28, 2015

Conversation

Jakub Bukaj and others added 11 commits March 13, 2015 09:31
curl's progress meter would otherwise interfere with sudo's password prompt.

In addition, add the -f flag to make sure 4xx status codes are treated as errors.
The Send bound is an unnecessary restriction, and though provided as a
convenience, can't be removed by downstream code.

The removal of this bound is a [breaking-change] since it
removes an implicit Send bound on all `E: Error` and all
`Error` trait objects.

To migrate, consider if your code actually requires the Send
bound and, if so, add it explicitly.

Fixes rust-lang#23774
The Send bound is an unnecessary restriction, and though provided as a convenience, can't be removed by downstream code.

The removal of this bound is a [breaking-change] since it removes an implicit Send bound on all `E: Error` and all `Error` trait objects.

To migrate, consider if your code actually requires the Send bound and, if so, add it explicitly.

Fixes rust-lang#23774

r? @aturon
…rson

curl's progress meter would otherwise interfere with sudo's password prompt.

In addition, add the -f flag to make sure 4xx status codes are treated as errors.

r? @brson
…, r=Manishearth

I found the arbitrary `10` surprising. A better method name, in such a case, would be `grow_by_10` :)
@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@Manishearth
Copy link
Member Author

@bors: r+ p=10

@bors
Copy link
Contributor

bors commented Mar 28, 2015

📌 Commit 95f4061 has been approved by Manishearth

@Manishearth
Copy link
Member Author

@bors: force

bors added a commit that referenced this pull request Mar 28, 2015
@bors
Copy link
Contributor

bors commented Mar 28, 2015

⌛ Testing commit 95f4061 with merge 3e7385a...

@bors bors merged commit 95f4061 into rust-lang:master Mar 28, 2015
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants