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

Bump serde to 1.0 #17355

Merged
merged 2 commits into from Jun 16, 2017
Merged

Bump serde to 1.0 #17355

merged 2 commits into from Jun 16, 2017

Conversation

@SimonSapin
Copy link
Member

SimonSapin commented Jun 16, 2017

This is a rebase of #17325 with [replace] entries removed, a bunch more dependencies updated, and some more compile fixes. Original work by @Eijebong, thanks a lot!


This change is Reviewable

@highfive
Copy link

highfive commented Jun 16, 2017

Heads up! This PR modifies the following files:

  • @bholley: components/style/Cargo.toml, components/style/error_reporting.rs, components/style/stylesheets/rule_parser.rs
  • @jgraham: components/webdriver_server/Cargo.toml
  • @emilio: components/style/Cargo.toml, components/style/error_reporting.rs, ports/geckolib/Cargo.toml, components/style/stylesheets/rule_parser.rs, components/layout/Cargo.toml
  • @fitzgen: components/devtools_traits/Cargo.toml, components/devtools_traits/Cargo.toml, components/profile/Cargo.toml, components/profile_traits/Cargo.toml, components/profile_traits/Cargo.toml and 13 more
  • @KiChjang: components/script_traits/lib.rs, components/script_traits/lib.rs, components/net_traits/lib.rs, components/net_traits/lib.rs, components/script/Cargo.toml and 10 more
  • @asajeffrey: components/constellation/Cargo.toml, components/constellation/constellation.rs, components/webdriver_server/Cargo.toml
@highfive
Copy link

highfive commented Jun 16, 2017

warning Warning warning

  • These commits modify unsafe code. Please review it carefully!
@SimonSapin SimonSapin mentioned this pull request Jun 16, 2017
4 of 4 tasks complete
@@ -479,7 +479,7 @@ const WARNINGS_BUFFER_SIZE: usize = 32;
/// but does not panic on deserializtion errors.
fn route_ipc_receiver_to_new_mpsc_receiver_preserving_errors<T>(ipc_receiver: IpcReceiver<T>)
-> Receiver<Result<T, IpcError>>
where T: Deserialize + Serialize + Send + 'static
where T: for<'de> Deserialize<'de> + Serialize + Send + 'static

This comment has been minimized.

@nox

nox Jun 16, 2017

Member

@dtolnay Shouldn't this be DeserializeOwned?

@@ -2322,7 +2322,7 @@ impl ScriptThread {
}

fn handle_css_error_reporting(&self, pipeline_id: PipelineId, filename: String,
line: usize, column: usize, msg: String) {
line: u32, column: u32, msg: String) {

This comment has been minimized.

@nox

nox Jun 16, 2017

Member

How is this change related?

This comment has been minimized.

@SimonSapin

SimonSapin Jun 16, 2017

Author Member

It’s not. servo/rust-cssparser#157 landed in cssparser in the mean time and Servo was not updated for it.

@SimonSapin
Copy link
Member Author

SimonSapin commented Jun 16, 2017

@bors-servo r=nox (per IRC discussion)

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

📌 Commit 605ef8b has been approved by nox

@highfive highfive assigned nox and unassigned glennw Jun 16, 2017
@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

Testing commit 605ef8b with merge 66c130d...

bors-servo added a commit that referenced this pull request Jun 16, 2017
Bump serde to 1.0

This is a rebase of #17325 with `[replace]` entries removed, a bunch more dependencies updated, and some more compile fixes. Original work by @Eijebong, thanks a lot!

<!-- 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/17355)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2017

@bors-servo bors-servo merged commit 605ef8b into master Jun 16, 2017
3 of 4 checks passed
3 of 4 checks passed
dependency-ci Failed dependency checks
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@SimonSapin SimonSapin deleted the serdeup branch Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants
You can’t perform that action at this time.