Jelmer Vernooij

Results 444 comments of Jelmer Vernooij

Anything left blocking this?

Can you reproduce this with git on the server side?

@jpalczewski can you put your modifications up somewhere?

This is due to the way the logging module in svp is hooked up; I'll see if I can commit a fix for it this weekend.

> any updates on this? I am running into this issue IIRC this is stalled on https://github.com/python-poetry/test-fixture-vcs-repository/pull/6

Dulwich has support for shortened hashes, but poetry needs to call the right function to resolve short hashes to long hashes (e.g. dulwich.objectspec.parse_commit for Commit objects).

@FionaDmello @timos-flwls the code you're quoting expects a 20-byte *binary* SHA, not a a 40-byte hex sha shortened to 20 bytes. Can you share the full traceback?

FWIW I started working on a PR last weekend to try to address this issue, but there are a lot of moving parts.

That seems reasonable - updated to address your feedback.

@githubixx any more thoughts on this?