-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump protobuf 1.2.0, and re-generate #2837
Conversation
Hmf.. looks like protobuf 1.2.x is not backward compatible, and no longer allows using things as map keys;
See the discussion on golang/protobuf#594
And related discussion on protocolbuffers/protobuf#272 |
I see some mention here gogo/protobuf#275 of adding |
Ok, looking much better with that option set; only see this failure;
|
5965cf1
to
92148fa
Compare
Hm.. not out of the woods yet
Panic comes from here; https://github.com/docker/swarmkit/blob/cb78da37418bbee263ecb6e8ab4c83b51a93b8dc/manager/dirty.go#L13-L57 |
Before: panic: unexpected field type in StoreSnapshot After: panic: unexpected field type in StoreSnapshot: XXX_NoUnkeyedLiteral struct Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
9f80970
to
691a1d8
Compare
Looks like the bump was taken care of in #2886 I'll open a PR for the remaining changes (could be useful) |
Codecov Report
@@ Coverage Diff @@
## master #2837 +/- ##
=========================================
- Coverage 61.62% 61.42% -0.2%
=========================================
Files 139 139
Lines 22615 22615
=========================================
- Hits 13936 13892 -44
- Misses 7194 7248 +54
+ Partials 1485 1475 -10 |
ping @dperny @wk8 @stevvooe ptal