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 upStop using rustc_serialize #12410
Closed
Stop using rustc_serialize #12410
Labels
Comments
|
I'd like to give this a try to get around different areas of the codebase. |
|
@highfive: assign me |
|
Hey @mhaessig! Thanks for your interest in working on this issue. It's now assigned to you! |
|
I have removed Here is a list of all the files that still use
|
bors-servo
added a commit
that referenced
this issue
Nov 15, 2017
Replace rustc_serialize with serde_json in style_tests #12410 Stop using rustc_serialize Replaced rustc_serialize with serde_json in - [ ] ~~components/config/Cargo.toml~~ - [ ] ~~components/config/lib.rs~~ - [ ] ~~components/config/prefs.rs~~ - [ ] ~~components/script_traits/Cargo.toml~~ - [ ] ~~components/script_traits/lib.rs~~ - [ ] ~~components/script_traits/webdriver_msg.rs~~ - [ ] ~~components/webdriver_server/Cargo.toml~~ - [ ] ~~components/webdriver_server/lib.rs~~ - [X] tests/unit/style/Cargo.toml - [X] test/unit/style/lib.rs - [X] test/unit/style/properties/scaffolding.rs PR checks: - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] These changes fix (partially) #12410. - [X] These changes do not require tests because functionality was not changed or a test itself was edited <!-- 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/18710) <!-- Reviewable:end -->
|
This should remove |
bors-servo
added a commit
that referenced
this issue
Nov 7, 2018
Remove rustc-serialize from the dependencies Closes #12410. <!-- 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/22087) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 7, 2018
Remove rustc-serialize from the dependencies Closes #12410. <!-- 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/22087) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 7, 2018
Remove rustc-serialize from the dependencies Closes #12410. <!-- 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/22087) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 7, 2018
Remove rustc-serialize from the dependencies Closes #12410. <!-- 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/22087) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no reason for us to use both rustc_serialize and serde.