-
Notifications
You must be signed in to change notification settings - Fork 212
Migrate to Tera #887
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
Migrate to Tera #887
Conversation
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.
Please add tests for all the bugs you fixed. The highlight.js one might be tricky but all the others should be doable.
None are possible to be tested without full builds and full ui testing. Ui testing will be a follow up, it’s been blocked on this for a while |
We can definitely test them without full UI tests: just use kuchiki to parse the HTML returned by the web server, like I did in this test. |
Marking as P-high since this is blocking #873. |
Everything but highlight.js now has tests (since I'm not really sure how to test CSS without full UI tests). |
I don't think the highlighting is a massive deal for now, it's not a breakage so much as an annoyance (That is, it doesn't break anything or hinder site usage, it just doesn't look as good) |
Yeah, I'm fine merging this as-is if you've tested locally it's fixed now. |
Tested locally and we're all good |
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Fixup of #879
details.rustdoc
must be piped tosafe
linkFixed page
cexpect!
to getting the crate details, closing CrateDetails should not be optional #884Closes #884