patchwork icon indicating copy to clipboard operation
patchwork copied to clipboard

Link to file changed not correct

Open codelion opened this issue 1 year ago • 2 comments

In the PR the links to file and the changes are not correct. E.g. https://github.com/codelion/dvpwa/pull/16

The link on /Users/user/Documents/GitHub/dvpwa/docker-compose.yml is pointing to https://github.com/codelion/dvpwa/pull/16/files#diff-73d2c5aa8a84b134c0d026689a5fd1fcf3b6696d87236126c2f1d6c5c0a53573 instead of https://github.com/codelion/dvpwa/pull/16/files#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3

codelion avatar Apr 18 '24 23:04 codelion

When we enable suggestion with the PRReview flow I think the partitioning has some issue see - https://github.com/codelion/example-python/pull/37#issuecomment-2068508947

codelion avatar Apr 22 '24 05:04 codelion

I have found the following files in the code repository that may be relevant to the issue:


  • patchwork/steps/ReadPRDiffs/ReadPRDiffs.py
  • patchwork/common/client/scm.py
  • patchwork/steps/ExtractDiff/ExtractDiff.py

CTY-git avatar Apr 26 '24 06:04 CTY-git