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 missing methods in InMemStorage #14

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Implement missing methods in InMemStorage #14

merged 1 commit into from
Aug 15, 2024

Conversation

paraseba
Copy link
Collaborator

Also, some improvements to error types.

Also, some improvements to error types.
@paraseba paraseba requested a review from dcherian August 15, 2024 19:34
@paraseba paraseba enabled auto-merge August 15, 2024 19:35
Comment on lines +591 to 595
#[error("no changes made to the dataset")]
NoChangesToFlush,
StorageError(StorageError),
#[error("error contacting storage")]
StorageError(#[from] StorageError),
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this come from thiserror?

@paraseba paraseba merged commit 3ae39fe into main Aug 15, 2024
1 check passed
@paraseba paraseba deleted the seba/chunks branch August 15, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants