Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove dependency to rustc-serialize. #191
Conversation
|
r? @nox Note that I didn't bump euclid's version (not sure whether we should do this for every commit introducing a breaking change or just when publishing). |
|
You also need to remove |
|
rah! Who would have thought that trying to send a PR by clicking around in github without opening a text editor was not a good idea. |
|
Don't review/land just yet, I'm looking into getting serde wired up properly (not sure if PhantomData is as much of a pain with serde_derive as it is with simple derives). Edit: nevermind, serde traits are already manually implemented for all euclid types. It should be good to go. |
|
Looks better now :) |
It's already implemented by the define_matrix macro. |
|
@bors-servo r+ |
|
|
Remove dependency to rustc-serialize. rustc-serialize is deprecated in favor of serde and servo has moved to serde which means we don't need to carry this dependency anymore. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/191) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
Remove dependency to rustc-serialize. rustc-serialize is deprecated in favor of serde and servo has moved to serde which means we don't need to carry this dependency anymore. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/191) <!-- Reviewable:end -->
|
|
|
|
|
@bors-servo: retry |
|
|
|
Bah, merge conflict. It should be possible to merge this after a rebase since #193 merged. |
rustc-serialize is deprecated in favor of serde and servo has moved to serde which means we don't need to carry this dependency anymore.
|
@bors-servo try |
Remove dependency to rustc-serialize. rustc-serialize is deprecated in favor of serde and servo has moved to serde which means we don't need to carry this dependency anymore. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/191) <!-- Reviewable:end -->
|
|
|
@bors-servo r=nox |
|
|
Remove dependency to rustc-serialize. rustc-serialize is deprecated in favor of serde and servo has moved to serde which means we don't need to carry this dependency anymore. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/191) <!-- Reviewable:end -->
|
|
nical commentedMay 3, 2017
•
edited by larsbergstrom
rustc-serialize is deprecated in favor of serde and servo has moved to serde which means we don't need to carry this dependency anymore.
This change is