Summary: | Math chaining is broken | ||
---|---|---|---|
Product: | [Applications] kcalc | Reporter: | Mark <markg85> |
Component: | general | Assignee: | Evan Teran <evan.teran> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | gabriel.barrantes.dev |
Priority: | NOR | ||
Version: | 24.05.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mark
2024-06-27 00:19:37 UTC
And closed... The current git version doesn't have this bug. (In reply to Mark from comment #1) > And closed... The current git version doesn't have this bug. Thanks. To amend. I just went over the code a little and i did notice you have testcases. It is probably smart to add a testcase that tests for this kind of math chaining (with enters in between). All current tests, as far as i understand them, seem to be solving just one sum and checking it's output. (In reply to Mark from comment #3) > To amend. I just went over the code a little and i did notice you have > testcases. It is probably smart to add a testcase that tests for this kind > of math chaining (with enters in between). All current tests, as far as i > understand them, seem to be solving just one sum and checking it's output. Already done in https://invent.kde.org/utilities/kcalc/-/blob/master/appiumtests/chain_results_test.py?ref_type=heads |