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 upAdding default config directories. #10498
Conversation
| @@ -2214,6 +2216,15 @@ dependencies = [ | |||
|
|
|||
| [[package]] | |||
| name = "uuid" | |||
| version = "0.1.18" | |||
This comment has been minimized.
This comment has been minimized.
Manishearth
Apr 9, 2016
Member
We shouldn't depend on two versions of the same crate if we can help it.
This comment has been minimized.
This comment has been minimized.
creativcoder
Apr 9, 2016
Author
Contributor
Ok. So 0.1.18, needs to be removed and uuid 0.2.0 needs to stay; right ?
71ccfe9
to
a2add1f
|
@creativcoder Also, just a small nit, in your PRs, please say something like "fixes #10338" or "addresses #10338" or "closes #10338" instead of "for #10338". This will cause GitHub to automatically close the issue number you stated once the PR lands. |
| @@ -45,7 +45,9 @@ serde = "0.7" | |||
| serde_macros = "0.7" | |||
| smallvec = "0.1" | |||
| string_cache = {version = "0.2.11", features = ["heap_size"]} | |||
| url = {version = "0.5.7", features = ["heap_size", "serde_serialization"]} | |||
| url = {version = "0.5.8", features = ["heap_size", "serde_serialization"]} | |||
| uuid = "0.1.17" | |||
This comment has been minimized.
This comment has been minimized.
f0f1cc9
to
fe70b43
|
This should also remove the |
|
@aneeshusa Ok. I assumed that |
fe70b43
to
99107f3
|
Reviewed 4 of 4 files at r3, 2 of 3 files at r4. components/util/basedir.rs, line 18 [r4] (raw file): components/util/basedir.rs, line 21 [r4] (raw file): components/util/basedir.rs, line 53 [r4] (raw file): components/util/basedir.rs, line 59 [r4] (raw file): tests/unit/util/prefs.rs, line 50 [r4] (raw file): tests/unit/util/prefs.rs, line 63 [r4] (raw file): Comments from Reviewable |
|
|
37292b6
to
458d487
|
@SimonSapin I made changes. components/util/basedir.rs, line 18 [r4] (raw file): Comments from Reviewable |
0ae94d4
to
98bf769
|
|
98bf769
to
27f8ce0
|
|
27f8ce0
to
dea8036
|
|
|
Review status: 0 of 10 files reviewed at latest revision, 8 unresolved discussions, some commit checks failed. components/util/basedir.rs, line 18 [r4] (raw file): Comments from Reviewable |
|
@creativcoder any update on this? |
|
Hi @paulrouget @SimonSapin ! I made changes. I've removed the usage of |
ce0a9d9
to
9ff612a
9ff612a
to
3bc514b
highfive
commented
May 16, 2016
|
New code was committed to pull request. |
3bc514b
to
2bb9f27
highfive
commented
May 16, 2016
|
New code was committed to pull request. |
|
|
2bb9f27
to
6ee5638
|
Looks good, thanks! @bors-servo r+ |
|
|
Adding default config directories. Fixes #10338 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10498) <!-- Reviewable:end -->
|
|
|
@creativcoder This needs you to run |
6ee5638
to
b4885fe
highfive
commented
May 25, 2016
|
New code was committed to pull request. |
|
@bors-servo r+ |
|
|
Adding default config directories. Fixes #10338 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10498) <!-- Reviewable:end -->
|
|
creativcoder commentedApr 9, 2016
Fixes #10338
This change is