Chris Mayo
Chris Mayo
@anarcat interesting http errors, this issue is about the file: checker (Marius gave the background above)... Anyway, are you using v10.1.0 or greater? If you are please open a new...
PR #646 submitted. The fix is the quick fix, plus catching Unicode errors for non-Unicode filenames. I had a look at supporting those but it was not obvious. We did...
Thanks for testing. And for the initial report, identifying with this ticket. Great to close a leftover from v10.
Update docker hub? https://hub.docker.com/r/linkchecker/linkchecker It is referenced from README.rst.
Document workflows that help with the release process.
Thanks for spotting this. On a quick look it might be even more interesting - yes `+` is not escaped, but `:` does appear to be escaped.
New PR #669 includes proposed fix for this one: ```diff +from ..checker.urlbase import url_norm from ..htmlutil import linkparse @@ -55,7 +54,8 @@ class UrlAnchorCheck: A warning is logged and True...
Checked off the wummel.github.io links task (didn't realise these changed without confirmation...). We fixed the last of these, #110 (which I have closed) in 004632a by #242.
I think there are too many problems with AnchorCheck that we can't leave it available because there can be no confidence it will return accurate results. #575 If anyone thinks...
The AnchorCheck plugin has been re-enabled with fixes thanks to work from Nathan Arthur. If any problems are found please report them as new issues.