Summary: | "sq m" not accepted for square meter conversion | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kunitconversion | Reporter: | saxn <saileshpoudel0> |
Component: | general | Assignee: | John Layt <jlayt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.90.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kunitconversion/commit/e792664ecac4b7bd1edc8f809d7d0bca20da4f35 | Version Fixed In: | 5.95 |
Sentry Crash Report: |
Description
saxn
2022-01-21 05:35:28 UTC
It works when I type "1 square meter", so I suspect the issue is that "sq m" is not accepted when it should be. Would you like to submit a merge request to fix this? It's quite simple: you just need to add "sq m" (and maybe also "square m" to https://invent.kde.org/frameworks/kunitconversion/-/blob/master/src/area.cpp#L144 I can help, if this is the first time you've ever done such a thing. You can find some instructions at https://community.kde.org/Infrastructure/GitLab A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kunitconversion/-/merge_requests/25 Git commit e792664ecac4b7bd1edc8f809d7d0bca20da4f35 by Nate Graham. Committed on 26/05/2022 at 16:01. Pushed by ngraham into branch 'master'. Add "sq [thing]" as activation trigger for various common area measurements FIXED-IN: 5.95 M +4 -4 src/area.cpp https://invent.kde.org/frameworks/kunitconversion/commit/e792664ecac4b7bd1edc8f809d7d0bca20da4f35 |