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 StatusOr and StringPiece #8406

Merged

Commits on Mar 14, 2021

  1. [C++] Refactor StatusOr and StringPiece

    This change makes `StatusOr` and `StringPiece` more like
    `absl::StatusOr` and `{absl,std}::string_view`.
    
    Note that there is more work required before the Abseil types can be
    used as drop-in replacement.
    
    Progress on protocolbuffers#3688
    Yannic committed Mar 14, 2021
    Copy the full SHA
    2fd38af View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Copy the full SHA
    61c8498 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Fix more errors

    Yannic committed Mar 17, 2021
    Copy the full SHA
    dcb2f4b View commit details
    Browse the repository at this point in the history
  2. Fix test

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

Commits on Mar 18, 2021

  1. Remove some asserts

    Yannic committed Mar 18, 2021
    Copy the full SHA
    11dc71a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Delete outdate example

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