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

Remove implicit conversion from std::io::Error to StoreError #18696

Conversation

stuhood
Copy link
Member

@stuhood stuhood commented Apr 6, 2023

Remove implicit conversion from std::io::Error to StoreError, since (as described on #18587) the former generally does not contain enough information to debug an issue.

Fixes #18587.

…ce the former generally does not contain enough information to debug an issue.
@stuhood stuhood added the category:bugfix Bug fixes for released features label Apr 6, 2023
@stuhood stuhood requested review from jsirois, huonw and thejcannon April 6, 2023 21:26
@stuhood stuhood enabled auto-merge (squash) April 6, 2023 21:26
@stuhood stuhood merged commit cb01cbe into pantsbuild:main Apr 6, 2023
@stuhood stuhood deleted the stuhood/remove-implicit-conversion-to-store-error branch April 6, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove StoreError::from(std::io::Error)
2 participants