gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

Add test reproducing hunk locking problem [do not merge]

Open mtsgrd opened this issue 1 year ago • 2 comments
trafficstars

mtsgrd avatar Jul 16 '24 23:07 mtsgrd

@mtsgrd #4136 is another case that triggered the same error, but without changing line numbers - not sure if that would need its own regression test, or if it's also covered by this one.

daniilS avatar Jul 17 '24 12:07 daniilS

@daniilS the two are definitely related, in that they cause(d) the same kind of panic. This one is preventable though, it's a matter of locking the change to the branch it depends on.

mtsgrd avatar Jul 17 '24 20:07 mtsgrd

@mtsgrd does the new implementation cover this case now?

krlvi avatar Nov 13 '24 08:11 krlvi