asShort in ImmutableLongValueImpl should check isInShortRange by mecp · Pull Request #287 · msgpack/msgpack-java
Navigation Menu
{{ message }}
msgpack / msgpack-java Public
- Notifications You must be signed in to change notification settings
- Fork 325
Merged
asShort in ImmutableLongValueImpl should check isInShortRange#287
komamitsu merged 3 commits intomsgpack:v07-developfrom
asShort in ImmutableLongValueImpl should check isInShortRange#287
komamitsu merged 3 commits intomsgpack:v07-developfrom
Conversation
Copy link Copy Markdown
Contributor
mecp
commented
Nov 4, 2015
mecp
commented
asShort() in ImmutableLongvalueImpl should check isInShortRange() instead of isInByteRange()
Copy link Copy Markdown
Contributor Author
mecp
commented
Nov 4, 2015
mecp commented
Nov 4, 2015Is it possible to do a hotfix/patch release for this?
Copy link Copy Markdown
Member
komamitsu
commented
Nov 4, 2015
komamitsu commented
Nov 4, 2015@mecp Could you add a test for it?
Copy link Copy Markdown
Contributor Author
mecp
commented
Nov 10, 2015
mecp commented
Nov 10, 2015@komamitsu I have added tests for range checks and casts. Please don't judge the code, as these are first ever scala lines produced by me. please share If something is inappropriate.
komamitsu added a commit that referenced this pull request
Nov 11, 2015asShort in ImmutableLongValueImpl should check isInShortRange
komamitsu
merged commit
610553e
into
msgpack:v07-develop
Copy link Copy Markdown
Member
komamitsu
commented
Nov 11, 2015
komamitsu commented
Nov 11, 2015Great. Thanks!
Copy link Copy Markdown
Member
komamitsu
commented
Nov 13, 2015
komamitsu commented
Nov 13, 2015@mecp Released 0.7.1 that includes this change.
Copy link Copy Markdown
Contributor Author
mecp
commented
Nov 14, 2015
mecp commented
Nov 14, 2015@komamitsu Arigato.
Copy link Copy Markdown
Jayseeall222
commented
Sep 1, 2021
Jayseeall222 commented
Sep 1, 2021asShort() in ImmutableLongvalueImpl should check isInShortRange() instead of isInByteRange()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment