~thopiekar/protobuf/+git/protobuf:test_630404483

Last commit made on 2024-05-21
Get this branch:
git clone -b test_630404483 https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
test_630404483
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

037e91e... by Protobuf Team Bot <email address hidden>

Test pre-release version of FFI to see if it address memory corruption in CRuby tests.

PiperOrigin-RevId: 630404483

b94e117... by Hong Shin <email address hidden>

Port C++20 Requires to it's C++17 equivalent for reuse across protos

PiperOrigin-RevId: 635894605

696b5a3... by Jie Luo <email address hidden>

Use lower_with_under for Python nextgen tests

PiperOrigin-RevId: 635661121

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

Auto-generate files after cl/635615643

44c409d... by Mike Kruskal <email address hidden>

Mark deleted fields in descriptor.proto reserved

CLOSES #16885

PiperOrigin-RevId: 635615643

8203e2f... by Protobuf Team Bot <email address hidden>

Auto-generate files after cl/635530952

5fb5b87... by Protobuf Team Bot <email address hidden>

Remove spurious 'return' in a void function of another void.

PiperOrigin-RevId: 635530952

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

Internal changes/optimizations

PiperOrigin-RevId: 635516715

858a2ab... by Protobuf Team Bot <email address hidden>

Fix warning about a bool==uint64 check.

PiperOrigin-RevId: 635512395

01b0b8e... by Protobuf Team Bot <email address hidden>

Added a new public API `bytesUntilLimit` to GPBCodedInputStream.

This simply exposes preexisting logic. This read-only API is for convenience and doesn't reveal any information that was not already available. `[GPBCodedInputStream position]` is already a public API. The `limit` is known to the user because it's specified by them.

PiperOrigin-RevId: 635502694