~thopiekar/protobuf/+git/protobuf:revert-12721-main-202305082101

Last commit made on 2023-05-09
Get this branch:
git clone -b revert-12721-main-202305082101 https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
revert-12721-main-202305082101
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

9d87fe4... by deannagarcia <email address hidden>

Revert "Merge to main after 23.0 release"

ad4dcd8... by deannagarcia <email address hidden>

Merge pull request #12721 from protocolbuffers/main-202305082101

Merge to main after 23.0 release

c78b0f1... by Protobuf Team Bot <email address hidden>

Internal Change

PiperOrigin-RevId: 530601400

11388e8... by Matt Kulukundis <email address hidden>

Incremental migration of message.cc to Emit

PiperOrigin-RevId: 530457337

a4614a9... by Matt Kulukundis <email address hidden>

Incremental migration of message.cc to Emit

PiperOrigin-RevId: 530452912

151c737... by Matt Kulukundis <email address hidden>

Incremental migration of message.cc to Emit

PiperOrigin-RevId: 530452483

e5a7a2e... by Jie Luo <email address hidden>

Remove RegisterExtension() in python generated code

PiperOrigin-RevId: 530452253

4c79444... by Sandy Zhang <email address hidden>

Internal change

PiperOrigin-RevId: 530438100

d38ba32... by Adam Cozzette <email address hidden>

Fix crash in #12104

This crash was due to the fact that we were passing `nullptr` as a `const
char*` parameter and relying on that implicitly converting into an empty
`absl::string_view`. `absl::string_view` supports that functionality, but
starting with C++17 its behavior changes since it's just a type alias for
`std::string_view`. `std::string_view` does not have any special conversion for
nullptr and so we were just getting crashes.

PiperOrigin-RevId: 530431663

cefad57... by Matt Kulukundis <email address hidden>

Incremental migration of message.cc to Emit

PiperOrigin-RevId: 530408821