Skip to content
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

Document limitations regarding numerical types #7

Closed
jonas opened this issue Aug 23, 2017 · 0 comments
Closed

Document limitations regarding numerical types #7

jonas opened this issue Aug 23, 2017 · 0 comments

Comments

@jonas
Copy link
Contributor

jonas commented Aug 23, 2017

Typesafe config uses Java's int, long and double types to represent numbers. In some cases, double values may read as long after a roundtrip since the input formatting is not guaranteed. Also, precision may be lost when converting from circe's JsonNumber to Typsafe config's number representation (as can be seen in the test for the printer laws).

@jonas jonas closed this as completed in d534766 Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant