Huangyan9188 / gogoprotobuf

Automatically exported from code.google.com/p/gogoprotobuf
Other
0 stars 0 forks source link

merged goprotobuf f5ac12b15e49 Remove ErrWrongType breaks RAFT's protobuf generated code #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a vendored raft such as: 
https://github.com/influxdb/influxdb/blob/master/_vendor/raft/protobuf/append_en
tries_request.pb.go#L113
2. Try to build project
3. Fail on _vendor/raft/protobuf/append_entries_request.pb.go:113: undefined: 
proto.ErrWrongType

What is the expected output? What do you see instead?

Expected output is that it works. Instead, lots of `undefined` messages

Original issue reported on code.google.com by br...@crashlytics.com on 9 Aug 2014 at 2:48

GoogleCodeExporter commented 9 years ago
Have you tried to regenerate your protocol buffers?

Original comment by awalterschulze on 9 Aug 2014 at 5:19

GoogleCodeExporter commented 9 years ago
I assume this is fixed

Original comment by awalterschulze on 15 Aug 2014 at 1:00

GoogleCodeExporter commented 9 years ago
Yes, sorry for the lack of update! The upstream project regenerated their 
protobuf :-)

Original comment by br...@crashlytics.com on 15 Aug 2014 at 1:03