masreplay / masreplay/error_handler.dart
StateHistory
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 20
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
save the previous state
```dart
void main(List args) {
const state = ResultState.idle();
final history = state.getHistory();
history.selectData();
final List items = history.selectDataValues();
print(items);
}
```
return list of history of the previous values
Contributor guide
No contributing guide indexed for this repository
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 by locating ResultState and the getHistory(), selectData(), and selectDataValues() entry points. Clarify how previous state values should be stored and exposed, then define completion as returning the history of prior values for the example usage; no test or file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100