Bjorn Neergaard
Bjorn Neergaard
@vito-c That sounds like a different issue entirely unrelated to the one here. You likely have a damaged cache from interrupting Poetry -- try blowing away `$(poetry config cache-dir)/artifacts` and...
I have a PR cooking locally that attempts to solve this holistically -- however, I confess that reworking hash handling in a way that we can backport is rather difficult,...
I'm not 100% sure on this just yet -- or rather I'm not sure on the future of pre-commit hooks in this repo given that upstream is incompatible with our...
> > Could you clarify what you mean by "upstream is incompatible with our release cycle"? > > I guess @neersighted is talking about the fact, that `pre-commit autoupdate` does...
Hi @miigotu -- this PR is stale and the issues it set out to address have been solved in a successor PR against poetry-core. If you are running into an...
This is a dulwich issue -- there is currently a PR open to add a callout of this to the release notes, but if shortened hashes are important to your...
(the mentioned PR is https://github.com/python-poetry/website/pull/82)
I think the solution is to open a dulwich issue/request and see if this is something they intend to support. If they do, we can consider it a gotcha of...
Dulwich is quite responsive so if they implement support I don't think we'll need to do much -- but if they don't, we certainly should add some error handling to...
Good call -- I think we might not be hitting that code path through the lock file, so we might need to generalize it and hoist it out, or ask...