Maurits van Rees
Maurits van Rees
I have rebased and force pushed this branch, after merging my unrelated other two much simpler PRs.
This contains just as many test failures as on master. So perhaps it could be merged and released. The new release would have this bug fix, and support for `[versions:python311]`,...
@gotcha Sure, sounds reasonable. I am doing a Plone beta 3 release later today, would be nice to have the latest fixes in, but it is no blocker. Don't rush...
I think I have found the problem. My new code in this PR was missing `cache_link_parsing=False`, and this is still needed. I have pushed a fix.
BTW, I think this was only a problem in the tests: in real world usage the index page would be read only once and it would not change during a...
@gotcha Yes, all is green!
Is this still a problem? Is "blocker" a good label?
These changes were approved in March. Can someone merge?
When I see David's PR, I have a doubt. If the id in itself is perfectly valid, say `queen`, but the id is already taken, it will be normalised to...
Buildout *does* look in the `download-cache`. I saw this recently when I got the above warnings. For example, it complained about a version `1.2.7-20070827-preview` from `elementtree`, which is only used...