Dependent Params (given) with different value matching
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
Research direction
Reproduce the issue using the two dependent given blocks shown in the report, then trace Grape's parameter validation for dependent parameters and their values constraints. Done means each type value validates its corresponding resolution value without the other branch causing a conflict.
Written by the indexing model from the issue text.
Description
It seems I'm running into an issue where if I have multiple given blocks testing the same parameter, the value validation for those dependent parameters is conflicting. Here's my example:
params do
requires :type, type: String, desc: 'Type', values: ['FRONT_CAMERA', 'REAR_CAMERA']
given type: ->(val) { val == 'FRONT_CAMERA' } do
requires :resolution, type: String, desc: 'Resolution', values: ['20x20']
end
given type: ->(val) { val == 'REAR_CAMERA' } do
requires :resolution, type: String, desc: 'Resolution', values: ['1080x1080']
end
end
(Pardon the falsified info)
- Dominant language
- Ruby
- Stars
- 10k
- Forks
- 1.2k
- Avg merge
- 14h 38m
- Merged PRs (30d)
- 92
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.
More from ruby-grape/grape
-
feature request you can help
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
ruby-grape/grape#2487 · 2 comments · 2 reactions ·
-
chore
Difficulty 2/5 1-3 hours Newbie friendliness 30/100
ruby-grape/grape#2562 · 4 comments ·
-
feature request
Difficulty 5/5 Over a week Newbie friendliness 25/100
ruby-grape/grape#2522 · 3 comments ·
-
bug?
Difficulty 4/5 3-5 days Newbie friendliness 48/100
ruby-grape/grape#2473 · 6 comments · 1 reaction ·
-
chore discuss!
Difficulty 5/5 Over a week Newbie friendliness 25/100
ruby-grape/grape#2446 · 7 comments · 1 reaction ·
All issues in ruby-grape/grape
Similar issues
-
バグ
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
voxpupuli/puppet-epel#186 · 1 comment ·
-
external_created_at is no longer used for the message timestamp since the new message UI (v4.4.0) OpenBug Frontend
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
TheOdinProject/curriculum#31402 · 1 comment ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100