Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an options to re-run any command from history #37

Closed
r-zenine opened this issue Dec 25, 2021 · 0 comments · Fixed by #47
Closed

Implement an options to re-run any command from history #37

r-zenine opened this issue Dec 25, 2021 · 0 comments · Fixed by #47
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@r-zenine
Copy link
Owner

No description provided.

@r-zenine r-zenine self-assigned this Dec 25, 2021
@r-zenine r-zenine added enhancement New feature or request good first issue Good for newcomers labels Dec 25, 2021
@r-zenine r-zenine added this to the v1.0 milestone Dec 25, 2021
r-zenine added a commit that referenced this issue Jan 3, 2022
rocksdb is swapped for a smaller and simpler library ( rustbreak ) to :

1. Simplify the code and have less edge cases to test.
2. Reduce compilation time on the CI.

In addition, the state management facilities where improved by adding to
abstractions :

1. SequentialState that allows to persistence sequences
2. AssociativeState that allows to persist key-value pairs

This AssociativeState will be reused to deliver #33, #37 and #40

closes #34
closes #35
r-zenine added a commit that referenced this issue Jan 3, 2022
rocksdb is swapped for a smaller and simpler library ( rustbreak ) to :

1. Simplify the code and have less edge cases to test.
2. Reduce compilation time on the CI.

In addition, the state management facilities where improved by adding to
abstractions :

1. SequentialState that allows to persistence sequences
2. AssociativeState that allows to persist key-value pairs

This AssociativeState will be reused to deliver #33, #37 and #40

closes #34
closes #35
@r-zenine r-zenine moved this to Approved in sam-1.0 Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Approved
Development

Successfully merging a pull request may close this issue.

1 participant