-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numeric inference in 3.0.0 appears broken #1221
Comments
I suspect this commit may be the culprit, but I'm still looking: 8d05e4b |
What does your numeric array field look like? After bumping to v3.0, For arrays, make sure all the entries are in exponential format. Maybe that helps. |
I'm figuring out ways to work around this, but I think the general inference should be that, if there's an |
I think we could solve this with some additional information attached to the |
In FSharp.Data 3.0.0-beta4, inference for a JSON with a numeric array field worked properly. When attempting to upgrade to 3.0.0, however, the inference breaks, and the inferred type is
int []
. I'm currently working on a repro test case. This is preventing our ability to update to the 3.0.0 release version.The text was updated successfully, but these errors were encountered: