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 upopts.rs: don't accept multiple URLs. Fixes #5520. #5527
Conversation
highfive
commented
Apr 4, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @larsbergstrom (or someone else) soon. |
hoppipolla-critic-bot
commented
Apr 4, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4519 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Looks great, thanks! I noted one minor issue at the Critic link above. After that's addressed, this can land with r=mbrubeck. |
|
@mbrubeck done! Hope it's okay. |
|
Thanks! Please squash these commits together and then we will land them. |
|
@mbrubeck squashed! |
|
@bors-servo r+ |
|
|
Switched from opts.urls from being of type Vec to type String and changing the name to `url` as well. Changed the other files that are using opts.urls accordingly.
|
|
|
|
Use |
|
Thanks will make the fix. |
Switched from opts.urls from being of type Vec to type String and changing the name to `url` as well. Changed the other files that are using opts.urls accordingly. servo/lib.rs + gonk/src/lib.rs: no need for a block scope. cef: fix compiler errors. - remove the use of `mut` since it's not needed. - use `to_owned` instead of `to_string` because it's more efficient.
|
@mbrubeck fixed issue and rebased. Should be good! |
|
@bors-servo r+ |
|
|
Switched from opts.urls from being of type Vec to type String and changing the name to `url` as well. Changed the other files that are using opts.urls accordingly.
|
|
|
@bors-servo retry |
Switched from opts.urls from being of type Vec to type String and changing the name to `url` as well. Changed the other files that are using opts.urls accordingly.
jagtalon commentedApr 4, 2015
Switched from opts.urls from being of type Vec to type String and changing the name to
urlas well. Changed the other files that are using opts.urls accordingly.