2008-08-22 22:15:42 +00:00
|
|
|
- check over documentation again
|
|
|
|
- handle unknown fields when packing
|
|
|
|
- test code
|
2008-08-23 19:59:17 +00:00
|
|
|
- ensure enums are 32-bit
|
|
|
|
- make messages derive from ProtobufCMessage,
|
|
|
|
which should have the unknown field array
|
|
|
|
- make services derive from ProtobufCService;
|
|
|
|
be usable with a cast.
|
|
|
|
- provide example rpc
|
|
|
|
- use size_t wherever appropriate in generated code, and in uses of that code (eg
|
|
|
|
pack and unpack)
|
2008-08-22 22:15:42 +00:00
|
|
|
|
|
|
|
- support Group (whatever it is)
|
|
|
|
- almost no code generator options are obeyed
|
|
|
|
- ISSUE: strings may not contain NULs
|
|
|
|
- generate Init functions / handle default values
|
|
|
|
- at least include extensions in Descriptor
|
|
|
|
- proper support for extensions (not sure i get what's needed)
|
|
|
|
|
|
|
|
- get rid of kThick/ThinSeparator if we decide not to use them
|
|
|
|
- stop using qsort in the code generator: find some c++ish way to do it
|