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

Make the serde support behave better #141

Merged
merged 1 commit into from Jun 16, 2016
Merged

Make the serde support behave better #141

merged 1 commit into from Jun 16, 2016

Conversation

@nox
Copy link
Member

nox commented Jun 14, 2016

The previous implementation could produce illegal JSON when used
with serde_json.

This is a breaking change because we have to add a Clone bound on
the Deserialize impls.


This change is Reviewable

@nox nox force-pushed the nox:serde branch from af4fcdf to bace58a Jun 14, 2016
The previous implementation could produce illegal JSON when used
with serde_json.

This is a breaking change because we have to add a Clone bound on
the Deserialize impls.
@nox nox force-pushed the nox:serde branch from bace58a to c50aa4f Jun 14, 2016
@Manishearth
Copy link
Member

Manishearth commented Jun 15, 2016

r? @erickt

@erickt
Copy link

erickt commented Jun 16, 2016

Looks good to me!

@emilio
Copy link
Member

emilio commented Jun 16, 2016

@bors-servo: r=erickt

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2016

📌 Commit c50aa4f has been approved by erickt

@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2016

Testing commit c50aa4f with merge 47b906e...

bors-servo added a commit that referenced this pull request Jun 16, 2016
Make the serde support behave better

The previous implementation could produce illegal JSON when used
with serde_json.

This is a breaking change because we have to add a Clone bound on
the Deserialize impls.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/141)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jun 16, 2016

☀️ Test successful - travis

@bors-servo bors-servo merged commit c50aa4f into servo:master Jun 16, 2016
2 of 3 checks passed
2 of 3 checks passed
code-review/reviewable 4 files left
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
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

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