Add retry logic to the `BatchedExpressionEvaluator`
Open
P2
package:dwds
triaged
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 7h 14m
- Merged PRs (30d)
- 2
Description
Currently, if any of the expressions in the `BatchedExpressionEvaluator` fail, then all the expressions fail.
When this happens, we should re-try the expressions individually.
Contributor guide
Research direction
Start by locating the BatchedExpressionEvaluator implementation and its tests, then read how batched expression failures are currently handled. Done means a failed batch causes the expressions to be retried individually, with tests covering both successful and failing expressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100