Open GoogleCodeExporter opened 8 years ago
The best way (in order to maintain compatibility) is probably to shove a
function
pointer into the allocator. Otherwise it'll be a compatibility headache.
Original comment by lahike...@gmail.com
on 5 Feb 2010 at 12:10
Original comment by lahike...@gmail.com
on 15 Sep 2010 at 2:43
We should define a ProtobufCErrorInfo structure so that we can extend our error
handling w/o changing the API. Minimal members:
const char *message;
ProtobufCErrorCode code;
Perhaps:
unsigned stack_depth;
const ProtobufCMessageDescriptor *stack[16];
const ProtobufCFieldDescriptor *stack_field[16];
protobuf_c_boolean stack_truncated;
Original comment by lahike...@gmail.com
on 16 Sep 2010 at 3:02
Original issue reported on code.google.com by
appnexus...@gmail.com
on 16 Oct 2009 at 2:11