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
At the moment the Super JSON spec indicates that both Inf and +Inf are ways to express "positive infinity", but only +Inf currently works. In the review comments of #5386@mccanne expressed:
Regarding Inf, in IEEE floating point, there's a +Inf and a -Inf. I think we should have one way to represent +Inf in Super JSON and we could change +Inf to Inf. I think we went with +Inf because the golang fmt library prints it that way.
tl;dr
At the moment the Super JSON spec indicates that both
Inf
and+Inf
are ways to express "positive infinity", but only+Inf
currently works. In the review comments of #5386 @mccanne expressed:Details
Repro is with super commit 49b1add.
When working on docs updates in #5386, I noticed that only
+Inf
seems to be working at the moment.When we fix this we can make sure the Super JSON spec is updated to reflect the final state.
The text was updated successfully, but these errors were encountered: