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

Event type constants should be string #2

Merged
merged 1 commit into from
Apr 21, 2016
Merged

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Apr 21, 2016

32-bit system cannot convert them into string exactly. For example 138311608800106203 is expressed as 1.38311608800106e+17 on 32bit system, because it cannot be expressed by 32-bit integer.

NOTE: Tests are failed on 32bit systems.

And eventType is string type in API Reference.

32-bit system cannot convert them into string exactly.
For example 138311608800106203 is expressed as 1.38311608800106e+17
on 32bit system, because it cannot be expressed by 32-bit integer.
@yappo
Copy link
Member

yappo commented Apr 21, 2016

Thanks!

@yappo yappo merged commit 7e8fc8f into line:master Apr 21, 2016
@syohex syohex deleted the string-type branch April 21, 2016 09:46
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.

None yet

2 participants