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
I have to admit I thought they were allowed until I looked at the spec. Since this would expand allowed RON, I don't see why we couldn't modify the spec and parser. The one footgun might be around schema-less parsing, since we would now deserialise "+19" as an unsigned integer and currently only store either a f64 or i64 inside Value. I've been meaning to extend that to all supported ints at some point anyways ...
I don't see a reason why
+
should only be allowed on signed integers.Currently this fails:
The text was updated successfully, but these errors were encountered: