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
New false positives can appear when a commit is added on one of the primed repository. we ignore ir when it's unrelated with the current MR then we never think about it again
General lack of stability of primer due to caching or other issues
When the content of the message change but the location and symbol/msgid is the same there's a new message and deleted message so it's harder to see what happened .
Desired solution
Launch primer on fixed commit so we don't have unrelated change in every MR
Upgrade commit periodically (before release ?) so we actually check the new messages (false positive ?) at some point.
Better logging in case of crash with the traceback being correctly printed
Maybe more unit tests to reduce the number of hard to debug issue
Current problem
unnecessary-list-index-lookupfor enumerate #7685 (comment)Desired solution