You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like CBORParser._numberToName(..) method (about line 790 - 820 depending on branch) has a typo in coercion:
returnString.valueOf(1);
where 1 should be i instead.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
[cbor] Incorrect coercion for int-valued Map keys to String
(cbor) Incorrect coercion for int-valued Map keys to String
Jun 27, 2016
Looks like
CBORParser._numberToName(..)
method (about line 790 - 820 depending on branch) has a typo in coercion:where
1
should bei
instead.The text was updated successfully, but these errors were encountered: