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

Check for existence of PackageStore when creating new #144

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

xfbs
Copy link
Contributor

@xfbs xfbs commented Oct 20, 2023

Check for existence of PackageStore when creating new.

Resolves #133.

Currently, this still returns a miette::Result, which will be addressed in a further PR.

@xfbs xfbs added complexity::low Issues or ideas with a low implementation cost type::refactoring Changing the inner-workings of buffrs priority::low Please dont work on this if you can contribute something with a higher priority labels Oct 20, 2023
@xfbs xfbs self-assigned this Oct 20, 2023
@xfbs xfbs force-pushed the pe/package-store-err branch from aacf4c5 to 2974217 Compare October 20, 2023 14:19
@xfbs xfbs force-pushed the pe/package-store-err branch from 2974217 to e66453b Compare October 23, 2023 07:18
@xfbs xfbs merged commit 84d3255 into main Oct 23, 2023
@xfbs xfbs deleted the pe/package-store-err branch October 23, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity::low Issues or ideas with a low implementation cost priority::low Please dont work on this if you can contribute something with a higher priority type::refactoring Changing the inner-workings of buffrs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return error in PackageStore::open() when folders do not exist
2 participants