MerginMaps / MerginMaps/mobile
Problem in expression validation
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
There is strange problem with expression validation, where the expression is true, but the action is not performed.
In project input-testing/forms_derived, there is a Data, tab, where 'Danger' field is set to TRUE, when there is population of bears bigger then the limit. It works well for all number combination, just for population 10 and Limit 9 is not.
Steps to reproduce:
- open project input-testing/forms_derived
- set some values to the "Value - show hidden Data tab" field on Information tab
- On Data tab set Population to 10 and Limit to 10 and then lover the limit to 9. Now Danger field should be set to true
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the input-testing/forms_derived project and reproduce the described sequence in its Information and Data tabs. Verify the expression when Population is 10 and Limit changes from 10 to 9, then trace the expression-validation behavior responsible for updating Danger. Done means Danger becomes true consistently when the population exceeds the limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100