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

Methods handling Fixed64 values on CodedOutputStream should take UInt64 parameters #5

Closed
csgero opened this issue Oct 7, 2014 · 3 comments
Assignees
Labels
Milestone

Comments

@csgero
Copy link

csgero commented Oct 7, 2014

In the generated code fields holding Fixed64 values are (correctly) generated with type UInt64, but the methods writeFixed64 and computeFixed64Size on CodedOutputStream take the value parameter as Int64. Because of this the generated code does not compile.

@alexeyxo alexeyxo added the bug label Oct 7, 2014
@alexeyxo alexeyxo added this to the release 1.0 milestone Oct 7, 2014
@alexeyxo
Copy link
Owner

alexeyxo commented Oct 7, 2014

Hi!
I fixed this bug already, but I'll make a push in 2-3 hours.
Thanks.

@alexeyxo alexeyxo self-assigned this Oct 7, 2014
@alexeyxo
Copy link
Owner

alexeyxo commented Oct 7, 2014

You can check. If all ok you can close issue.

@csgero
Copy link
Author

csgero commented Oct 8, 2014

Looks good. Thanks for the quick response.

@csgero csgero closed this as completed Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants