-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
feat(parser): exit when html5lib-tests dir is missing #32
Conversation
89570af
to
fe9efa7
Compare
Thanks for the PR. I'll merge it for now, but we are in the process of moving these tests outside the bin directory and have them as integrated rust tests (also, we vendored the html5lib directory so it will always be present). This file might be removed soon, but I appreciate the help! |
ow, I see we the commits are not signed. Could you rebase your commits using signing? See Learn more about signing commits. |
@neuodev note that |
59f79be
to
a560460
Compare
Got it! moving on all of my commit messages will be signed. I like the badge 🙂 |
I see! but when are we cloning it from GitHub? |
The html5lib-tests repo is copy/pasted into our own repository in So we can simply point to the |
So maybe this PR could include that we are not defaulting to ./html5lib-tests, but the ./tests/data/html5lib-tests directory instead? (and worst-case give a failure if that directory is not found) |
I think I'd take this approach for now. Something like, point |
Agree! I will apply the changes! |
a560460
to
3d5a035
Compare
Without this change we will not be able to inspect the test at the exact location in the test files. This is now possible by using single semicolon instead of two to be able to open the test files in vscode at the test line
3d5a035
to
24cebc5
Compare
@jaytaph I implemented the changes pointed above! this PR is read for review! |
@neuodev Thanks for the PR! |
No description provided.