You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the same merge multiple times, it can happen that the position of TagMap entries change. Maybe it is possible
to introduce some sorting in the merge process of TagMaps to make it deterministic.
Steps to reproduce:
Create a merged backup from the left and right test cases in merge_test.go, select right side if a conflict happens
Run go-jwlm merge left.jwlibrary right.jwlibrary merged.jwlibrary --bookmarks chooseRight --notes chooseRight --markings chooseRight && go-jwlm compare merged.jwlibrary <other-merged-db> multiple times until ❌ Backups are NOT equal is returned
The text was updated successfully, but these errors were encountered:
When running the same merge multiple times, it can happen that the position of TagMap entries change. Maybe it is possible
to introduce some sorting in the merge process of TagMaps to make it deterministic.
Steps to reproduce:
go-jwlm merge left.jwlibrary right.jwlibrary merged.jwlibrary --bookmarks chooseRight --notes chooseRight --markings chooseRight && go-jwlm compare merged.jwlibrary <other-merged-db>
multiple times until❌ Backups are NOT equal
is returnedThe text was updated successfully, but these errors were encountered: