Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support for Result<MyType, MyError> with exception throwing on Dart #582
Support for Result<MyType, MyError> with exception throwing on Dart #582
Changes from 14 commits
75be93a
6f5a6fb
34b58ad
e75094b
82fde94
4407912
3d0a427
cc78745
17c785d
99677e4
e87dfeb
b4925e5
28b776e
b470a1d
8306ca1
da91bfa
4b89eaa
938fba5
6fc4f71
ce96d39
74ec09e
0b41f65
b5485c3
17fdfeb
e98b820
1edbf98
46802a1
94b3e92
4bd5820
22f8423
9e74c48
db40975
dcc5d6b
19d53b6
2eec320
8721719
5e5ae9b
182eadd
e53323d
006fc03
3a3e94d
424f616
4e7d6a2
2a82f72
3d92aa9
50e83dd
c2ed509
5abee1d
cf8ed09
1eab8a9
5a665c8
44198ff
885642f
74ab207
ffc7635
6fc3d06
fc04bd1
b601ff9
ae89007
a07bd04
69e7a83
f1a7ab8
bd7ca05
468de1d
cf48221
e8dc72e
f409204
902c8f3
4a80be0
9511ba9
2034428
73cd4f5
74bd096
b86e01d
9e27215
0775f00
36b200d
12e794e
973f210
db99e61
3e08698
da22e04
4049d17
d819796
9551f70
06fb443
c125477
51ec4f8
bf5829c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Not sure whether
error_output
andfallible
kind of duplicated? Or shall we use an enum to represent all states?e.g.
or
etc