-
Notifications
You must be signed in to change notification settings - Fork 96
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 Failure pub(readonly) #1517
base: main
Are you sure you want to change the base?
Conversation
From the provided git diff, here are potential issues I've noticed:
These are potential issues that might need attention, though their severity depends on the specific context and requirements of your project. |
Pull Request Test Coverage Report for Build 4924Details
💛 - Coveralls |
ac7043c
to
a08c766
Compare
a08c766
to
9712f92
Compare
what's the motivation here? |
I'm not sure on this change as well. My motivations for this change is, providing a smart constructor to error type allow us to:
However here are my cons for this change:
|
This PR makes
Failure
has visibilitypub(readonly)
.