commit | 87b955ba7f43d40a138e14ba8a0412c39a626701 | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Wed Nov 14 21:59:49 2018 -0800 |
committer | Joe Tsai <thebrokentoaster@gmail.com> | Thu Nov 15 23:10:55 2018 +0000 |
tree | ee6a1098798882335d339e7ebb038944c77250fa | |
parent | a31649d33128eca3e05a958fb04611b804e437eb [diff] |
internal/impl: add extensive tests for enum and messages Add more extensive tests to ensure that the reflective API works for both enums and messages. We tests the situation where a v2 message has dependencies on v1 messages and vice versa. Change-Id: Ib85d465711728ae13743bea700b678d9dda5e85c Reviewed-on: https://go-review.googlesource.com/c/149758 Reviewed-by: Herbie Ong <herbie@google.com>
WARNING: This repository is in active development. There are no guarantees about API stability. Breaking changes will occur until a stable release is made and announced.
This repository is for the development of the next major Go implementation of protocol buffers. This library makes breaking API changes relative to the existing Go protobuf library. Of particular note, this API aims to make protobuf reflection a first-class feature of the API and implements the protobuf ecosystem in terms of reflection.
List of relevant design documents:
We appreciate community contributions. See CONTRIBUTING.md.
Issues regarding the new API can be filed at github.com/golang/protobuf. Please use a APIv2:
prefix in the title to make it clear that the issue is regarding the new API work.