You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cl/660721933: moves some proto3 parsing functions to utils to allow reusing
internally in a library when parsing an internal format.
- cl/646759129: Update `CodedBufferReader` default depth limit to 100, to be
consistent with the C++ and Java implementations.
- cl/704280814: Update `CodedBufferReader` default size limit to max 32-bit
signed integer to be consistent with the C++, Java, Objective-C
implementations.
- Also a minor change, not a CL: Type casts in `coded_buffer_writer.dart` was
updated in this repo probably accidentally, as we never want to type cast
with `as` in this repo. Revert it to the internal version which uses implicit
casts.
With this, about half of the protobuf files become identical with the internal
version.
0 commit comments