MerginMaps / MerginMaps/mobile

Problem in expression validation

Open
#1,741 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug forms
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:

  1. open project input-testing/forms_derived
  2. set some values to the "Value - show hidden Data tab" field on Information tab
  3. 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

https://user-images.githubusercontent.com/83582181/140314475-dfa62072-3967-4424-b7da-cca0dd33d111.mp4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.