-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove Result<(), E>
from the API
#16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things, looking good otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with the NixOS stuff but otherwise lgtm
Yeah I wanted to add the flake in another PR but ended up needing it for my laptop, so it's here. I'll merge it with it, but I also don't know the NixOS stuff, so I'm sure it's not optimal 😆 |
Closes #11.
Description
Upgrading Kira to 0.9 meant that most of the fallible methods disappeared, which in turn automatically solved the issue.
Breaking changes
AudioFileHandle
methods no longer returnResult
s, error handling is therefore not required anymore.