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 upInitial fetch refactor #7275
Initial fetch refactor #7275
Conversation
|
|
|
This is a good start! Having looked further at the fetch spec and the existing code, I propose the following:
Does that make sense? |
|
|
|
Looking better! Reviewed 3 of 3 files at r1, 3 of 3 files at r2. components/net/fetch/request.rs, line 152 [r2] (raw file): components/net/fetch/request.rs, line 153 [r2] (raw file): components/net_traits/lib.rs, line 167 [r1] (raw file): /// Interface for observing the final response for an asynchronous fetch operation.Comments from the review on Reviewable.io |
|
Great! Let's squash all these commits and then merge them :) Reviewed 3 of 3 files at r3, 2 of 2 files at r4, 2 of 2 files at r5. Comments from the review on Reviewable.io |
|
Just one sec, currently it doesn't compile and it generates this error:
and goes on to say that |
|
https://github.com/servo/servo/pull/7275/files#diff-4039fbc0ced622014645f0d0d9c4e443R117 will need to be |
|
Squashed and fixed build errors. Little guy should be ready to merge, apologies for taking so long to finish this simple task. |
|
@bors-servo: r+ |
|
|
Initial fetch refactor Partial #4576 I am really unsure of how things would look like, so would really appreciate some feedback on this. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7275) <!-- Reviewable:end -->
|
|
KiChjang commentedAug 18, 2015
Partial #4576
I am really unsure of how things would look like, so would really appreciate some feedback on this.