~thopiekar/protobuf/+git/protobuf:support_ruby_3.4.x

Last commit made on 2024-04-02
Get this branch:
git clone -b support_ruby_3.4.x https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
support_ruby_3.4.x
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

084063b... by Jason Lunn <email address hidden>

Add bigdecimal to dependencies in preparation for Ruby 3.4 where it is no longer built in.

063c198... by Protobuf Team Bot <email address hidden>

add empty case to extend repeated and map tests, fix map methods that consumed self

PiperOrigin-RevId: 621158946

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

Allow string_type for Edition 2023.

PiperOrigin-RevId: 621050370

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

Auto-generate files after cl/621041035

b09b3e4... by Mike Kruskal <email address hidden>

Add edition lifetime options for feature specs.

These will specify the full lifecycle of all features, enforced by protoc and runtimes that support dynamic builds.

PiperOrigin-RevId: 621041035

a916d44... by Mike Kruskal <email address hidden>

Update dependency on setup-php

PiperOrigin-RevId: 621030474

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

Minor cleanup: IWYU, clang-tidy, etc.

PiperOrigin-RevId: 621020233

b497787... by Mike Kruskal <email address hidden>

Enable visionos tests after GH runner update

PiperOrigin-RevId: 620965206

6a2bf46... by Protobuf Team Bot <email address hidden>

Move all TDP parsing to use direct-to-table.
DynamicMessage now eagerly creates the tc_table doing proper crosslinking of TDP tables.
Remove all kTvDefault cases from TcParser.

PiperOrigin-RevId: 620943275

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

Auto-generate files after cl/620857434