forked from mbarbon/google-protobuf-dynamic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
28 lines (28 loc) · 882 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Implement:
- serialize fields sorted by field number
(will break current oneof serialization check)
- simple extension option (Google::ProtocolBuffers compatibility)
- implement unknown fields (needs uPB support)
- prepare for the different sematics of proto3
- enum unrecognized values are always passed through
- unknown fields are always discarded
- any
- JSON mapping/parsing (explicitly test all types)
- remove from fast path
- enum validation
- oneof handling
- required handling
- default value handling
- lazy fields
- services
- custom options?
- generic extension methods perform a linear scan on the extension list
- better parameter checking/error handling in protoc plugin
- check duplicate oneof fields in check methods?
- check required fields in check methods?
- proto3 well-known types
- any
- timestamp
- duration
- struct
- fieldmask