Skip to content
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

Conditionally stops checking if generated file are up-to-date #136

Merged
merged 1 commit into from
Apr 18, 2016

Conversation

yugui
Copy link
Member

@yugui yugui commented Apr 18, 2016

Golang changed the way of gzip compression between go1.6.1 and 1.6.1+.
So the gzipped proto.FileDescriptorProto always have diff.
Thus we cannot assume that generated files have the same contents as the
ones regenerated in Travis CI.

c.f. #133 (comment)

Golang changed the way of gzip compression between go1.6.1 and 1.6.1+.
So the gzipped proto.FileDescriptorProto always have diff.
Thus we cannot assume that generated files have the same contents as the
ones regenerated in Travis CI.
@achew22
Copy link
Collaborator

achew22 commented Apr 18, 2016

LGTM 👍 Thanks for the quick fix

@yugui yugui merged commit d5f85e7 into master Apr 18, 2016
@yugui yugui deleted the fix/disable-diff branch April 18, 2016 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants