-
Notifications
You must be signed in to change notification settings - Fork 429
Infinite loop #321
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
Comments
Commits prior to 2388fb0 don't have this problem, so the issue was introduced in that commit. |
I think this fixes the problem: https://github.com/benkasminbullock/tidy-html5/commit/71d963844897a6864097d4bc36501a97ff314e40 Can someone check that and pull if it is OK? |
@tspivey thanks for reporting... @benkasminbullock added your patch and can confirm this removes the infinite loop from this sample... Can you do a PR? I tried the usual fetch from your fork and cherry pick the commit to keep you as the author but this failed! Or I can just push the patch? |
@geoffmcl Something like the following should work to pull and apply wget -O commit.patch https://github.com/benkasminbullock/tidy-html5/commit/71d963844897a6864097d4bc36501a97ff314e40.patch And voila, patch applied, with proper credit. I can also confirm that the patch from @benkasminbullock fixes this. |
You can also pull the patch into a local repository using
then push it to the github repository using
or whatever command you usually use to update the github repository from your local copy. |
@CMB thanks for that option... will keep that in mind as an alternative in future... @benkasminbullock well I tried a similar approach -
So as indicated this failed in this case! Not sure why? It usually works. But thanks for the PR #322, now merged... and version pushed to 5.1.27 |
@tspivey if you get a chance to pull 5.1.27, and if fixed, close this... thanks... |
Will close this... feel free to reopen, or add a new issue... |
Originally found when trying to tidy http://www.fimfiction.net/
Pared it down to this which seems to loop.
The text was updated successfully, but these errors were encountered: