Mike Kruskal
1fe26cf0c1
Updating version.json and repo version numbers to: 30.0-dev ( #18567 )
...
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.
Closes #18567
PiperOrigin-RevId: 680760252
2 months ago
Protobuf Team Bot
ecf5f2e047
Auto-generate files after PR #17682
2 months ago
Nathan Baulch
e4cbc79ab4
Fix minor typos ( #17682 )
...
Just thought I'd contribute some typo fixes that keep tripping up CI/CD checks in my projects. Nothing controversial (hopefully), just 174 simple fixes.
Use the following command to get a quick and dirty summary of the specific corrections made:
```shell
git diff HEAD^! --word-diff-regex='\w+' -U0 \
| grep -E '\[\-.*\-\]\{\+.*\+\}' \
| sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \
| sort | uniq -c | sort -n
```
FWIW, the top typos are:
* trimed → trimmed (37)
* substract → subtract (7)
* qualifed → qualified (7)
* extesion → extension (6)
* mising → missing (5)
* btye → byte (4)
* likey → likely (4)
* candicate → candidate (3)
* decriptor → descriptor (3)
* inherting → inheriting (3)
* colletion → collection (3)
* caluclated → calculated (3)
* unititialized → uninitialized (3)
* implemting → implementing (3)
* binrary → binary (3)
* descripor → descriptor (3)
* negitive → negative (3)
Closes #17682
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17682 from NathanBaulch:typos d41762d137
PiperOrigin-RevId: 677074418
2 months ago
Protobuf Team Bot
960b95939b
Auto-generate files after cl/676683430
2 months ago
Protobuf Team Bot
8130f39227
Stop duplicating the supported PHP version (link to the support page instead).
...
PiperOrigin-RevId: 674070935
3 months ago
Protobuf Team Bot
9efb6064a9
Auto-generate files after cl/672592274
3 months ago
Protobuf Team Bot
c8e016c546
Auto-generate files after cl/672397247
3 months ago
Protobuf Team Bot
849f05f886
Auto-generate files after cl/671934556
3 months ago
Protobuf Team Bot
8387a0fd9d
Auto-generate files after cl/671493939
3 months ago
Protobuf Team Bot
6ec8f87b38
Auto-generate files after cl/669513564
3 months ago
Protobuf Team Bot
9d7379677a
Auto-generate files after cl/667998428
3 months ago
Brent Shaffer
6d84da5e2d
fix: do not throw deprecated warning on field getters for default values ( #17788 )
...
fixes https://github.com/protocolbuffers/protobuf/issues/13428
Wraps deprecated field getters in a conditional to see if the value has been set before throwing the warning. This is because this method is used internally, so users can get deprecated warnings even when they are not using the field.
Closes #17788
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17788 from bshaffer:wrap-deprecation-in-conditional 084c87dc12
PiperOrigin-RevId: 665346195
3 months ago
Protobuf Team Bot
a7ddd35206
Auto-generate files after cl/664953196
3 months ago
Protobuf Team Bot
072fc19241
Auto-generate files after cl/658841466
4 months ago
Protobuf Team Bot
c7278372b5
Auto-generate files after cl/658038844
4 months ago
Protobuf Team Bot
08ee87fcc6
Auto-generate files after cl/653263168
4 months ago
Protobuf Team Bot
cfff6e9811
Auto-generate files after cl/652541857
5 months ago
zhangskz
8e60d9f166
Updating version.json and repo version numbers to: 29.0-dev ( #17432 )
...
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.
Closes #17432
PiperOrigin-RevId: 652511521
5 months ago
Protobuf Team Bot
89cd4cfc35
Auto-generate files after cl/651113583
5 months ago
Protobuf Team Bot
a4f9ddd8fc
Auto-generate files after cl/647802280
5 months ago
Protobuf Team Bot
c1763b64c0
Auto-generate files after cl/647789835
5 months ago
Protobuf Team Bot
f4b57b98b0
Auto-generate files after cl/646470242
5 months ago
Protobuf Team Bot
b4e52b5922
Auto-generate files after cl/645444695
5 months ago
Protobuf Team Bot
dd6e4adc19
Auto-generate files after PR #17201
5 months ago
Simon Berger
e844510ee3
Fix segmentation faults with enabled keep_descriptor_pool_after_request ( #16993 )
...
Fixes #16894
It is tested on command execution only, where it fixes the issues of reported memory leaks, heap corruption and segmentation fault.
I could not run tests on my Mac because of #16944
Closes #16993
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/16993 from simonberger:bugfix/php-ext-persistent-global-corruption 62b5529b6a
PiperOrigin-RevId: 644034181
5 months ago
Protobuf Team Bot
2c6d319e69
Auto-generate files after cl/643036818
6 months ago
Protobuf Team Bot
505d8d3c5b
Auto-generate files after cl/642792988
6 months ago
Protobuf Team Bot
a9387b5016
Auto-generate files after cl/642616862
6 months ago
Protobuf Team Bot
bbf52275db
Auto-generate files after cl/642420355
6 months ago
Protobuf Team Bot
9f2893a554
Auto-generate files after cl/642327960
6 months ago
Protobuf Team Bot
b2a6cdb910
Auto-generate files after cl/640749918
6 months ago
Protobuf Team Bot
569184774e
Auto-generate files after cl/640592937
6 months ago
Protobuf Team Bot
532f0c2ed5
Auto-generate files after cl/640369522
6 months ago
Protobuf Team Bot
bf7ac9f2f1
Auto-generate files after cl/640196225
6 months ago
Protobuf Team Bot
c12c73212d
Auto-generate files after cl/638902499
6 months ago
Protobuf Team Bot
666e347cd4
Auto-generate files after cl/637993561
6 months ago
Protobuf Team Bot
6cce6221d4
Auto-generate files after cl/637932147
6 months ago
Hong Shin
0730adb1c1
rename upb_Message_WhichOneof to upb_Message_WhichOneofByDef
...
and introduce upb_Message_WhichOneof that returns a minitable field without needing reflection
PiperOrigin-RevId: 637932147
6 months ago
Protobuf Team Bot
58c48fd66e
Auto-generate files after cl/637127851
6 months ago
Protobuf Team Bot
2e9c0a7ece
Auto-generate files after cl/635956805
6 months ago
Protobuf Team Bot
e2bc285b5e
Auto-generate files after cl/635615643
6 months ago
Protobuf Team Bot
8203e2f894
Auto-generate files after cl/635530952
6 months ago
Protobuf Team Bot
5dfdd85d34
Auto-generate files after cl/634787159
7 months ago
Hong Shin
3574af2397
Internal Change
...
PiperOrigin-RevId: 634000296
7 months ago
Protobuf Team Bot
ddc70b0ebf
Auto-generate files after cl/632663127
7 months ago
Protobuf Team Bot
bc80135f10
Auto-generate files after cl/632314763
7 months ago
Protobuf Team Bot
eb31de3097
Auto-generate files after cl/632277936
7 months ago
Joshua Haberman
5a91d6fe5e
[php] Added a unit test that bad UTF-8 is rejected in the parser.
...
PiperOrigin-RevId: 632274113
7 months ago
Protobuf Team Bot
b51dc1b438
Auto-generate files after cl/632267379
7 months ago
Brent Shaffer
01744cccae
chore(php): conformance testing for edition ( #16712 )
...
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/16712 from bshaffer:php-editions a1c41add7d
PiperOrigin-RevId: 631824623
7 months ago