Commit cf8c41f
Remove placeholders (#2)
* Mark repeated fields
* Regenerate files
* Remove placeholders
* Fix groups in post_init
* Fix test
* Fix bugs
* Fix test
* Right type for default values of enum fields
* Fix default value for field in group
* Add repeated in message definition in tests
* Fix missing messages in to_dict and to_pydict
* Fix pickling tests
* Fix placeholders in tests
* Remove serialize_on_wire from condition
* Remove serialize_on_wire
* Remove serialize_on_wire tests
* Remove wrong test
* Load test directly
* Fix match test
* Fix README
* Add error (tofix)
* Fix to_dict / to_pydict test
* Don't include default value in __repr__
* Fix snake_case test
* Remove useless try / catch
* Manually add missing repeated parameters in compiled file
* Fix compilation errors
* Fix enum compilation
* Compile fields in oneof as optional
* Fix from_pydict
* Remove Rust codec
* Mark messages as optional
* Format the code
* Move match test to other file
* Remoev useless prints
* Remove serialized_on_wire from documentation
* Simplify lambda functions
* Format the code
---------
Co-authored-by: Adrien Vannson <adrien.vannson@gardacp.com>1 parent dd6d556 commit cf8c41f
File tree
20 files changed
+1965
-1916
lines changed- docs
- src/betterproto
- lib
- pydantic/google/protobuf
- std/google/protobuf
- compiler
- plugin
- templates
- tests
- inputs
- casing_inner_class
- google_impl_behavior_equivalence
- oneof_enum
- proto3_field_presence_oneof
20 files changed
+1965
-1916
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 251 | | |
266 | 252 | | |
267 | 253 | | |
| |||
283 | 269 | | |
284 | 270 | | |
285 | 271 | | |
286 | | - | |
| 272 | + | |
287 | 273 | | |
288 | | - | |
| 274 | + | |
289 | 275 | | |
290 | | - | |
| 276 | + | |
291 | 277 | | |
292 | 278 | | |
293 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 22 | | |
47 | 23 | | |
48 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments