Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Tighten int(/long) and float encodable? checks #85

Conversation

LostKobrakai
Copy link
Contributor

These were what made the property test (#78) fail, as it would try to encode values not encodable as int/float in unions having int/float before long/double. This will also make sure the library won't consider integers not fitting into a 64bit long field to be encodable.

@LostKobrakai LostKobrakai requested a review from a team as a code owner December 17, 2022 12:54
@davydog187
Copy link
Member

@LostKobrakai can you rebase with the latest?

@LostKobrakai LostKobrakai force-pushed the pr/tighten-int-and-float-encodable-checks branch from 014c2e4 to e25d34c Compare January 7, 2023 15:26
@davydog187 davydog187 merged commit ab11031 into beam-community:master Jan 7, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants