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

Add unsigned long type #158

Closed
usefulhyun opened this issue Nov 4, 2017 · 2 comments
Closed

Add unsigned long type #158

usefulhyun opened this issue Nov 4, 2017 · 2 comments
Assignees

Comments

@usefulhyun
Copy link
Contributor

usefulhyun commented Nov 4, 2017

need to support unsigned long type.

@usefulhyun
Copy link
Contributor Author

usefulhyun commented Nov 4, 2017

It does not seems that it is easy for me to add the unsigned long long type.
This is because the maximum number of integer value in Java Script is 9007199254740992.

@usefulhyun
Copy link
Contributor Author

Adding unsigned long is completed at #160.

romandev pushed a commit that referenced this issue Nov 11, 2017
This patch adds `unsigned long` type as follows.
  - The `unsigned long` type is an unsigned integer type that has values
    in the range [0, 4294967295].

ISSUE=#158
@usefulhyun usefulhyun changed the title Add unsigned long and unsigned long long types Add unsigned long type Nov 12, 2017
byeolbit pushed a commit to byeolbit/bacardi that referenced this issue Nov 16, 2017
This patch adds `unsigned long` type as follows.
  - The `unsigned long` type is an unsigned integer type that has values
    in the range [0, 4294967295].

ISSUE=lunchclass#158
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

No branches or pull requests

1 participant