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 just saw that the to_js_number()does not work when the exponent does not have a sign (like 1.0e8).
A quick look into the JSON schema tells me that it is allowed.
Was this missed or is support for these not required?
Here is a simple fix anyway. I am happy to provide a pull request if this is necessary.
Just confused right now.
I just saw that the
to_js_number()
does not work when the exponent does not have a sign (like 1.0e8).A quick look into the JSON schema tells me that it is allowed.
Was this missed or is support for these not required?
Here is a simple fix anyway. I am happy to provide a pull request if this is necessary.
Just confused right now.
https://godbolt.org/z/7bo3d41K6
The text was updated successfully, but these errors were encountered: