-
Notifications
You must be signed in to change notification settings - Fork 324
V07 value impl revision 2 #249
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
Conversation
…f integer overflow
@komamitsu |
} | ||
|
||
|
||
public static class MapEntry { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need MapEntry class because we can use Map.Entry<Value, Value>
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Fixed to use Map.Entry
…test Fix unit test errors
This PR includes several API changes:
unpackValue(var); var.asIntegerValue().integerValue
)public
from interface definitions, sincepublic
is the default scopeI'll work on adding test cases,
proper treatment of float/double values, etc. in the next pull request.