-
Notifications
You must be signed in to change notification settings - Fork 21
Replace 'stout::Try' with 'tl::expected' #61
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
base: main
Are you sure you want to change the base?
Conversation
938ffec to
e03b94b
Compare
2420a71 to
0e35234
Compare
0e35234 to
6377471
Compare
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.
Artur, is it intentional that this review is still in draft state?
Yep, because 3-rd phase with all replacement in 'include/stout' and 'tests' dirs is coming! |
6377471 to
8e989ca
Compare
8e989ca to
4763501
Compare
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.
Nice! I love how there's a lot less explicit use of std::string in the test in this latest revision.
4763501 to
13064e9
Compare
This PR replaces
stout::Trywithstout::expectedwhich is just going to be an alias fortl::expected.