Chris Mayo

Results 141 comments of Chris Mayo

No, it is currently read as an integer.

Looks like a duplicate of #65 - but with additional info.

> Those 25 `F821 undefined name 'unicode'` errors I'm inclined to fix by hand, unless @cjmayo beats me to it. Go for it! Those were the potential crashers I mentioned...

Good to see a real workout after all the changes, and a bonus that memory usage has reduced. The manual says: **LIMITATIONS** LinkChecker consumes memory for each queued URL to...

This seems to be a question of what changed between 9.3 and 9.4. Scanning the commits: eaa538c8 ("don't check one url multiple times", 2016-11-09) With hosting the test page below...

I'm wondering if eaa538c was a workaround for problems (threading?) with the existing code: https://github.com/linkchecker/linkchecker/blob/a977e4d7129450ba9fda8389724c80c1bde66883/linkcheck/cache/urlqueue.py#L126-L129

The AnchorCheck plugin has been re-enabled with fixes thanks to work from Nathan Arthur. For fragment.html above with AnchorCheck now I get: `7 links in 7 URLs checked. 5 warnings...

Yes, it seems clear anything Python 2 only has got to go. I just ask that we do this one after the existing PR's. What to do though? Merge #230...

meliae has been ported to Python 3, but there is currently a bug (reported with Python 2.7) that is stopping it working with linkchecker: https://bugs.launchpad.net/meliae/+bug/1879100 There is a patch on...

Well our code is still there, but is an optional dependency. Seems like there has been a bit of activity upstream but I haven't had a chance to test it....