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

implement Error::source for Box<T: Error> #61900

Merged
merged 1 commit into from
Jun 20, 2019
Merged

Conversation

s3bk
Copy link
Contributor

@s3bk s3bk commented Jun 16, 2019

fixes #61899

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @withoutboats (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 16, 2019
@Centril
Copy link
Contributor

Centril commented Jun 16, 2019

@s3bk Looks like you are closing the wrong issue in the description?

@Arnavion
Copy link

Should be #61899

@s3bk
Copy link
Contributor Author

s3bk commented Jun 17, 2019

@Centril, @Arnavion indeed. I had to fetch the rust repo locally to fix it. Slow connection, so it took a very long time…

@awaitlink
Copy link
Contributor

@s3bk I think you should remove the incorrect striked through issue reference, since it prevents GitHub from parsing the keywords to automatically close the correct issue when this PR is merged, because the issue number has to immediatly follow fixes (see help.github.com/en/articles/closing-issues-using-keywords), and GitHub preserves edit history anyway.

@s3bk
Copy link
Contributor Author

s3bk commented Jun 20, 2019

@u32i64 noted and fixed. Thanks!

@sfackler
Copy link
Member

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 20, 2019

📌 Commit 8951cb5 has been approved by sfackler

@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 Jun 20, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 20, 2019
implement Error::source for Box<T: Error>

fixes rust-lang#61899
@bors
Copy link
Contributor

bors commented Jun 20, 2019

⌛ Testing commit 8951cb5 with merge 15ead0c2584b23b9b1737103436843985811708c...

@Centril
Copy link
Contributor

Centril commented Jun 20, 2019

@bors retry rolled up.

@rust-highfive
Copy link
Collaborator

Your PR failed on Travis (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.
Cloning into 'rust-lang/rust'...
travis_time:end:0191af41:start=1561063788750788870,finish=1561063794750202661,duration=5999413791
$ cd rust-lang/rust
$ git checkout -qf 15ead0c2584b23b9b1737103436843985811708c
fatal: reference is not a tree: 15ead0c2584b23b9b1737103436843985811708c
The command "git checkout -qf 15ead0c2584b23b9b1737103436843985811708c" failed and exited with 128 during .
Your build has been stopped.

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)

@bors
Copy link
Contributor

bors commented Jun 20, 2019

⌛ Testing commit 8951cb5 with merge 6306ea8b8eea727e58db96683f989e82409b70ba...

@Centril
Copy link
Contributor

Centril commented Jun 20, 2019

@bors retry rolled up.

bors added a commit that referenced this pull request Jun 20, 2019
Rollup of 5 pull requests

Successful merges:

 - #61900 (implement Error::source for Box<T: Error>)
 - #61979 (Implement Debug for PlaceBase)
 - #61981 (Closures implement Copy and Clone, generators don't)
 - #61996 (Add unit tests for unescaping raw (byte) strings)
 - #62000 (Add test for issue-54189)

Failed merges:

r? @ghost
@rust-highfive
Copy link
Collaborator

Your PR failed on Travis (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.
Cloning into 'rust-lang/rust'...
travis_time:end:00186390:start=1561064109329128462,finish=1561064115493925057,duration=6164796595
$ cd rust-lang/rust
$ git checkout -qf 6306ea8b8eea727e58db96683f989e82409b70ba
fatal: reference is not a tree: 6306ea8b8eea727e58db96683f989e82409b70ba
The command "git checkout -qf 6306ea8b8eea727e58db96683f989e82409b70ba" failed and exited with 128 during .
Your build has been stopped.

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)

@bors bors merged commit 8951cb5 into rust-lang:master Jun 20, 2019
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.

impl Error for Box lacks source() impl
8 participants