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 on regex_macros #8653
Conversation
|
|
Otherwise this is fine with me. |
|
Fixed |
|
@bors-servo: r+ |
|
|
Remove dependency on regex_macros This reduces the amount of code using unstable features that we depend on. The hand-written IP address parser is probably just as fast. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8653) <!-- Reviewable:end -->
|
|
|
|
The original regex for IPv6 includes a |
|
@bors-servo r+ |
|
|
|
|
|
@bors-servo retry |
|
It's more likely #7437. |
|
|
|
@bors-servo r=Ms2ger Rebased, conflict resolved automatically by kdiff3 |
|
|
Remove dependency on regex_macros This reduces the amount of code using unstable features that we depend on. The hand-written IP address parser is probably just as fast. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8653) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
|
|
|
|
SimonSapin commentedNov 23, 2015
This reduces the amount of code using unstable features that we depend on.
The hand-written IP address parser is probably just as fast.