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

Use absl::Status instead of custom fork #15

Closed
SanjayVas opened this issue Jul 20, 2020 · 3 comments
Closed

Use absl::Status instead of custom fork #15

SanjayVas opened this issue Jul 20, 2020 · 3 comments

Comments

@SanjayVas
Copy link

Status has been released into the open-source Abseil library, which this project already depends on.

Note that Abseil does not have StatusOr currently. There is a Google-released version in protocolbuffers, which this project also already depends on.

@karnseth
Copy link
Collaborator

Hi Sanjay,

Abseil will be releasing StatusOr, we will change our code over when that happens.

@efoxepstein
Copy link
Contributor

absl::StatusOr is now available.

@karnseth
Copy link
Collaborator

Fixed in Commit # aa2d68e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants