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 upRandom fixups #5992
Random fixups #5992
Conversation
hoppipolla-critic-bot
commented
May 8, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4945 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 |
|
I'm not sure about this. The UA style sheets are an essential part of the browser; you can't just run without them. |
|
Then I guess it should at least print an error instead of just panicking with no info? |
|
I agree with both of you; print an error, say what's wrong, and exit gracefully instead of proceeding silently. |
|
Seems reasonable. Done. |
d66426a
to
05c152e
|
|
|
Reviewed files:
Comments from the review on Reviewable.io |
|
@bors-servo: r+ |
|
|
Attempt to not panic as much if the resources/ dir is not where it's expected to be. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5992) <!-- Reviewable:end -->
zmike commentedMay 8, 2015
Attempt to not panic as much if the resources/ dir is not where it's expected to be.