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
I will cut a new major release soon.
ErrorProtocolConvertible
ErrorConvertible
ResultProtocol
materialize
try
LocalizedError
AnyError
init(_:)
init(attempt:)
The text was updated successfully, but these errors were encountered:
Done 🚢
https://github.com/antitypical/Result/releases/tag/4.0.0
Sorry, something went wrong.
No branches or pull requests
I will cut a new major release soon.
CHANGED
ErrorProtocolConvertible
toErrorConvertible
(Rename ErrorProtocolConvertible to ErrorConvertible #232)ResultProtocol
(Reduce the responsibility ofResultProtocol
. #235, Add initializers to ResultProtocol #243)materialize
functions (Deprecatematerialize
functions #239)try
functions unavailable ([4.0] Maketry
functions unavailable #253)NEW
LocalizedError
conformance toAnyError
on Linux (AddLocalizedError
conformance toAnyError
on Linux with a workaround #227)AnyError
overloads forinit(_:)
andinit(attempt:)
(Add AnyError overloads for init(_:) and init(attempt:) #236)The text was updated successfully, but these errors were encountered: