Summary: | Annoying errors when using the git blame plugin | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Antonio Rojas <arojas> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph |
Priority: | NOR | ||
Version: | 22.03.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/commit/dc8369f75684bddd56ce2473e00258cb8684245f | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Antonio Rojas
2022-03-19 19:51:14 UTC
Hmm, I get no error. What error does popup for you? I see an attempt to fix this at b30c80f903ebf6914beae8a16c18604e8bfbd078, but it doesn't account for localized systems Created attachment 147603 [details]
Screenshot
Screenshot showing the error panel
Ok, yes, that is true. Either we must ignore any errors or we would need to enforce the language for the sub process to English to be able to parse that. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/685 Git commit c139272667dbe6e1a40b85869c1ac346452b6ef7 by Christoph Cullmann. Committed on 20/03/2022 at 12:21. Pushed by cullmann into branch 'master'. ignore blame errors parsing translated errors is hard and not translating them will not make people happy either => just ignore them M +7 -19 addons/git-blame/kategitblameplugin.cpp https://invent.kde.org/utilities/kate/commit/c139272667dbe6e1a40b85869c1ac346452b6ef7 Git commit dc8369f75684bddd56ce2473e00258cb8684245f by Christoph Cullmann. Committed on 20/03/2022 at 12:25. Pushed by cullmann into branch 'release/22.04'. ignore blame errors parsing translated errors is hard and not translating them will not make people happy either => just ignore them (cherry picked from commit c139272667dbe6e1a40b85869c1ac346452b6ef7) M +7 -19 addons/git-blame/kategitblameplugin.cpp https://invent.kde.org/utilities/kate/commit/dc8369f75684bddd56ce2473e00258cb8684245f |