coala / coala/coala-quickstart
Bears.py: ask_to_select_capabilities, should return the results from the recursive call
- Dominant language
- Python
- Stars
- 49
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
If an invalid number is entered in which case there is a recursive call, now again when a valid number is entered, the results are actually not returned inside the `else` or appended to `selected_capabilities` which results in the returning of an empty list.
difficult/newcomer
Contributor guide
No contributing guide indexed for this repository
Research direction
Open Bears.py and find ask_to_select_capabilities, then trace the path taken after an invalid number followed by a valid selection. Reproduce that input sequence and inspect the returned value; done means the selected capabilities from the recursive call are preserved instead of producing an empty list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100