Closed LinqLover closed 2 years ago
Reproduced. Although I made my life difficult by doing this in a Tonel repository and stumbling upon other errors (#366).
I believe I have fixed this error now, but only in a workaround-ish manner. The composition of the objects inside the SquotMerge is not what I would have expected in this situation you described... Same thing that I also described in this comment: https://github.com/hpi-swa/Squot/pull/357#issuecomment-1008359498
Thank you! I will close the issue unless I experience the bug again. :-)
I encountered this bug while trying to work around #364: Before switching back from branch
b
to brancha
, I added the packageP
to the tracking list but did not check in this change. In the merge dialog after pressing "switch to this branch (a
), but keep uncommited changes, I chose the already loaded edition for bothP
and the load order. The single container conflict (a SquotObjectAdditionConflict
) resolution is aSquotDiffOfEqualObjects
which does not understandobject
.If you cannot reproduce this, I have created a snapshot of my image which I can share with you on request. :)
Bug Report