Summary: | A*B^C+X*Y^Z doesn't yield the same result as (A*B^C)+(X*Y^Z). | ||
---|---|---|---|
Product: | [Applications] kcalc | Reporter: | qaliboire.bug_report |
Component: | general | Assignee: | Gabriel Barrantes <gabriel.barrantes.dev> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | filip.kendes1, gabriel.barrantes.dev, keinanzeigenuser |
Priority: | NOR | ||
Version First Reported In: | 24.08.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
qaliboire.bug_report
2024-11-26 17:29:15 UTC
I apologize if I overstated the severity of the bug, but that seemed quite important to me. I'm assuming the admins have the option to downgrade it if they judge it excessive... Sorry for not having been able to figure this out early enough to put it in the description, but it seems like `5×3^3+2×3^2` is parsed as `5×(3^3+2×3^2)`. Similarly, `7×4^5+5×3^4` yields the same result as `7×(4^5+5×3^4)`. Can confirm A possibly relevant merge request was started @ https://invent.kde.org/utilities/kcalc/-/merge_requests/165 My bad, thanks for the heads up, try reinstalling the latest. (In reply to Gabriel Barrantes from comment #5) > My bad, thanks for the heads up, try reinstalling the latest. You are very much welcome for the heads up. Thank *you* for the fix. Not sure what you mean by "try reinstalling the latest", though. I don't see why my testing would be more valuable than yours, so I'm wildly guessing that you're not asking me to check is everything is fine on my side of things... Are you suggesting that I upgrade to version 24.11 to have the fix take effect? I'm new to this, so I don't really know to which version(s) your commit will be applied, or when the package will be updated in the repo, or what I'm supposed to do at this point, really. > what I'm supposed to do at this point, really.
I meant try to update so you can get the fixed version. To be honest I not quite sure how long would take to propagate, it depends on what repository your distro is using. Either way should be fixed in nex release.
Either way, thanks for the bug report, is really hard to cover all edge cases and is good to have it tested.
(In reply to Gabriel Barrantes from comment #7) > I meant try to update so you can get the fixed version. > quite sure how long would take to propagate, it depends on what repository > your distro is using. Either way should be fixed in nex release. Alright! Cheers! > Either way, thanks for the bug report, is really hard to cover all edge > cases and is good to have it tested. No problem. You guys do a lot of great work, so it's the least I can do. *** Bug 497580 has been marked as a duplicate of this bug. *** |