Commit 6dd98e6
committed
Remove fuzzy flag mutation from add_conflict
The add_conflict method was mutating the message's fuzzy flag as a side
effect, which is unexpected. The caller (ConcatenateCatalog.run) now
explicitly sets the fuzzy flag when adding a conflicting message.1 parent f1618e5 commit 6dd98e6
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
793 | | - | |
| 793 | + | |
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
| |||
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | 802 | | |
806 | 803 | | |
807 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
| 998 | + | |
998 | 999 | | |
999 | 1000 | | |
1000 | 1001 | | |
| |||
0 commit comments