https://bugs.kde.org/show_bug.cgi?id=487614
Gabriel Barrantes <gabriel.barrantes....@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/kcalc/-/commit/912059 | |62fa89d0a31abb21a2aaee9aff1 | |7d36b91 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Gabriel Barrantes <gabriel.barrantes....@outlook.com> --- Git commit 91205962fa89d0a31abb21a2aaee9aff17d36b91 by Gabriel Barrantes. Committed on 27/05/2024 at 22:14. Pushed by gabrielbarrantes into branch 'master'. Add edge case handler for stack reduction Inputs with the form 8-3*2+1 reduced incorrectly due to the "+" operation dropping the "-" for the first operand. Added code to detect this special case and give the expected result. M +20 -0 autotests/kcalc_parser_core_test.cpp M +27 -0 kcalc_core.cpp M +10 -0 kcalc_token.cpp M +4 -0 kcalc_token.h https://invent.kde.org/utilities/kcalc/-/commit/91205962fa89d0a31abb21a2aaee9aff17d36b91 -- You are receiving this mail because: You are watching all bug changes.