We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In AcirVar we have a few expects which should be turned into Result<T, Error>
expect
Result<T, Error>
.
No response
No
The text was updated successfully, but these errors were encountered:
This would essentially entail removing unecessary unwraps and expects, where we intended to return an error
Sorry, something went wrong.
acir_gen
ir
adding some context #2111 (comment) to this issue
I think I'll still assign myself to this and see if I can find time to report all the user errors
Ethan-000
No branches or pull requests
Problem
In AcirVar we have a few
expect
s which should be turned intoResult<T, Error>
Happy Case
.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: