~thopiekar/protobuf/+git/protobuf:main-tmp-1

Last commit made on 2024-04-23
Get this branch:
git clone -b main-tmp-1 https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
main-tmp-1
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

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

test commit

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

Remove IsFrozen checks from upb/conformance

PiperOrigin-RevId: 627492449

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

Auto-generate files after cl/627468915

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

Check IsFrozen for message/copy.c, experimental_jspb/decode.c, and json/decode.c

PiperOrigin-RevId: 627468915

0e3650c... by Hong Shin <email address hidden>

Add IsFrozen checks to conformance_upb and upb_js

PiperOrigin-RevId: 627419894

3c03e93... by Joshua Humphries <email address hidden>

protoc: support inf, -inf, nan, and -nan in option values (#15017)

The parser already supports these values for the special "default" field option. But, inconsistently, does not support them for other options whose type is float or double. This addresses that inconsistency.

Fixes #15010.

Closes #15017

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/15017 from jhump:jh/inf-and-nan-in-option-values 1f8217c4bd0706b145a716c3db4a026b04f5a7ba
PiperOrigin-RevId: 627399259

8f2da78... by Protobuf Team Bot <email address hidden>

Auto-generate files after cl/627393634

335edb9... by Hong Shin <email address hidden>

update decode_fast.c to assert that non-const messages are not frozen

PiperOrigin-RevId: 627393634

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

C#: Fix discovery of oneof declarations in descriptor protos.

PiperOrigin-RevId: 627384633

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

Auto-generate files after cl/627204923