-
Notifications
You must be signed in to change notification settings - Fork 133
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
make Cr2::read
return a result
#335
Conversation
CI is failing because of the nightly breakages fixed by #329. |
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.
Looks good to me, thanks!
CI is failing because of the nightly breakages fixed by #329.
We should merge master
into next
then.
Is there a good workflow to merge |
I opened a PR to do the merge at #338. Perhaps you could do a quick check that I didn't mess someting up? |
Sure, I'll take a look at this later today! |
406692e
to
11f64f6
Compare
Co-authored-by: Hiroki Tokunaga <[email protected]>
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.
Looks good, thanks!
This pr adds
Cr2::read_raw
and makesCr2::read
return a result.Closes #332