-
Notifications
You must be signed in to change notification settings - Fork 107
Fix go generate qa check + update msgp to v1.1 #1214
Conversation
Going over the changelog, seems mostly fixes and a few new features, i don't see anything breaking or bleeding edge.
to be backported upstream
I'm not sure I understand the problem... When |
yes
no, it checks out a specific version to build the
yes |
could we update go-generate.sh to read the revision number directly from Gopkg.lock and checkout out that commit? |
I don't remember why right now, but there was a reason we didn't upgrade this last time. There is/was a breaking change when upgrading this library IIRC. I'll go try to find it. |
@woodsaj that's a great idea! pushing that now. |
If no one can find the problem with the msgp library, can i get an approval on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
for the record, deployed this to our internal ops env today using an in-place upgrade. |
We had newer generated code (with the new sentinel) but were vendoring the older library.
our qa check would compare against the older generated code, but didn't notice anything because it was executing
go generate
in the wrong dir.