Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Division with result 0 is marked as a wrong calculation #33

Closed
stella-sf opened this issue Nov 22, 2023 · 4 comments
Closed

Division with result 0 is marked as a wrong calculation #33

stella-sf opened this issue Nov 22, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@stella-sf
Copy link

Screenshot_20231122-155038
As you can see in the screenshot, the box labeled as 0/ is highlighted in red, meaning there is a wrong calculation in it. In reality, the calculation 0/1 is fine and produces the desired result. The puzzle is still recognized as solved. I presume that the calculation checker for division somehow interprets this as 1/0, maybe because the usual rule is that the larger number must be the numerator for the calculations to work out.

@meikpiep meikpiep self-assigned this Nov 22, 2023
@meikpiep meikpiep added the bug Something isn't working label Nov 22, 2023
@meikpiep
Copy link
Owner

Thanks for reporting with such a great detail!

@meikpiep
Copy link
Owner

Your analysis was precise, bug fix will follow asap.

Your reporting is much appreciated.

@meikpiep
Copy link
Owner

Just released version 0.13.1, fixing this issue: https://github.com/meikpiep/gauguin/releases/tag/v0.13.1

Will be on Google play in a few hours and on F-Droid via the next build, 3-6 days.

@meikpiep
Copy link
Owner

FYI: 0.13.1 arrived via F-Droid today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants