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 upRun on Rust stable #95
Conversation
8cbd44a
to
17ced83
|
Reviewed 13 of 14 files at r1. .travis.yml, line 8 [r1] (raw file): src/atom/mod.rs, line 91 [r1] (raw file): src/atom/mod.rs, line 234 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: 10 of 14 files reviewed at latest revision, 3 unresolved discussions, some commit checks pending. .travis.yml, line 8 [r1] (raw file): src/atom/mod.rs, line 234 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: 10 of 14 files reviewed at latest revision, 3 unresolved discussions, all commit checks successful. src/atom/mod.rs, line 91 [r1] (raw file):
Comments from the review on Reviewable.io |
|
|
…eature flag. Without `--features unstable`: * `Atom` is 16 bytes instead of 8. (It has a drop flag.) * `ns!` and `atom!` are giant generated macros instead of plugins, and so may increase compile time.
That way, a deprecation warning won’t break dependants.
It’s not necessary, but makes it clearer to readers what’s going on.
…heEntry
|
Reviewed 1 of 14 files at r1. Comments from the review on Reviewable.io |
|
@SimonSapin looks good to me. |
|
@bors-servo r=glennw |
|
|
Run on Rust stable Without `--features unstable`: * `Atom` is 16 bytes instead of 8. (It has a drop flag.) * `ns!` and `atom!` are giant generated macros instead of plugins, and so may increase compile times. r? @glennw, particularly c4fa256. Needed for servo/html5ever#53 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/95) <!-- Reviewable:end -->
|
|
SimonSapin commentedJul 18, 2015
Without
--features unstable:Atomis 16 bytes instead of 8. (It has a drop flag.)ns!andatom!are giant generated macros instead of plugins, and so may increase compile times.r? @glennw, particularly c4fa256.
Needed for servo/html5ever#53