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

[C++] Refactor util::Status #8354

Merged
merged 4 commits into from Mar 12, 2021
Merged

Commits on Mar 9, 2021

  1. [C++] Refactor util::Status

    This change refactors util::Status to have a similar shape as the
    recently open-sourced absl::Status. This will allow Protobuf to
    eventually use absl::Status and reduce the codesize.
    
    Note that there is more work required before absl::Status can be used.
    Yannic committed Mar 9, 2021
    Copy the full SHA
    59ea5c8 View commit details
    Browse the repository at this point in the history
  2. Revert moving status.cc

    Yannic committed Mar 9, 2021
    Copy the full SHA
    de53e1a View commit details
    Browse the repository at this point in the history
  3. Fix build error

    Yannic committed Mar 9, 2021
    Copy the full SHA
    baef01b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Fix conformance_cpp

    Yannic committed Mar 10, 2021
    Copy the full SHA
    aa5cb98 View commit details
    Browse the repository at this point in the history