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

Update compiletest's dependencies #48798

Merged
merged 1 commit into from
Mar 8, 2018

Conversation

alexcrichton
Copy link
Member

Drop rustc-serialize, add winapi 0.3 and Serde!

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 6, 2018
@Mark-Simulacrum
Copy link
Member

This seems fine to me though I do worry somewhat about switching to serde since the diagnostics are serialized by rustc-serialize. But if tests pass, then I'm happy.

@bors r+

@bors
Copy link
Contributor

bors commented Mar 7, 2018

📌 Commit 51f4761 has been approved by Mark-Simulacrum

@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 Mar 7, 2018
use std::str::FromStr;
use std::path::Path;
use runtest::ProcRes;

// These structs are a subset of the ones found in
// `syntax::json`.

#[derive(RustcEncodable, RustcDecodable)]
#[derive(Serialize, Deserialize)]
Copy link
Contributor

Choose a reason for hiding this comment

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

Does deriving Serialize really need? I did the same thing on compiletest-rs crate several days ago and found that it's not needed for that crate. Not sure about this in-tree version though.

Copy link
Member Author

Choose a reason for hiding this comment

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

Excellent point!

Drop rustc-serialize, add winapi 0.3 and Serde!
@nikomatsakis
Copy link
Contributor

r? @Mark-Simulacrum

@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Mar 7, 2018

📌 Commit db824b2 has been approved by Mark-Simulacrum

@alexcrichton alexcrichton merged commit db824b2 into rust-lang:master Mar 8, 2018
@alexcrichton alexcrichton deleted the compiletest-update branch March 19, 2018 17:52
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.

6 participants