-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix occasional panic when visiting settings.html #553
Fix occasional panic when visiting settings.html #553
Conversation
My only concern is about other pages besides |
e109b43
to
414b730
Compare
Added tests :) |
414b730
to
2cc3e32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tested the code locally yet, but here are some comments about the test infra.
9077269
to
f0176eb
Compare
This is ready for another review. It's mostly commit-by-commit. The actual fix is 2cc3e32, the rest is just test infrastructure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need to test the code locally, here is another thing we could improve.
Useful when testing rustdoc pages
good thing I wrote the tests :)
rustdoc files and source files are different
79fd814
to
dd6d871
Compare
This is ready for review (but is no longer commit-by-commit). |
The code looks good, but I don't have time to test it locally :( |
If you like, you could give me a laundry list of things to test locally and I can do it for you? |
Closes #552