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

Converting data with floating point values to YAML may cause a loss of precision #2

Closed
dbohdan opened this issue Oct 6, 2014 · 1 comment

Comments

@dbohdan
Copy link
Member

dbohdan commented Oct 6, 2014

No description provided.

@dbohdan
Copy link
Member Author

dbohdan commented Apr 23, 2015

Upstream issue: go-yaml/yaml#83.

@dbohdan dbohdan added the yaml label May 28, 2015
dbohdan added a commit that referenced this issue Sep 2, 2016
Python's libraries for TOML and YAML solve the problem of
Remarshal not being able to process TOML newer than version 0.2 (#2)
and at least some of the issues with the generated YAML (#1, #3).
Floating point precision (#1) in all formats requires further
investigation, though it seems that what PyYAML and pytoml do
matches the respective specs.

v0.4.0
dbohdan added a commit that referenced this issue Sep 2, 2016
Python's libraries for TOML and YAML solve the problem of
Remarshal not being able to process TOML newer than version 0.2 (#2)
and at least some of the issues with the generated YAML (#1, #3).
Floating point precision (#1) in all formats requires further
investigation, though it seems that what PyYAML and pytoml do
matches the respective specs.

v0.4.0
dbohdan added a commit that referenced this issue Sep 2, 2016
Python's libraries for TOML and YAML solve the problem of
Remarshal not being able to process TOML newer than version 0.2 (#2)
and at least some of the issues with the generated YAML (#1, #3).
Floating point precision (#1) in all formats requires further
investigation, though it seems that what PyYAML and pytoml do
matches the respective specs.

v0.4.0
@dbohdan dbohdan closed this as completed Sep 2, 2016
dbohdan added a commit that referenced this issue Sep 2, 2016
Python's libraries for TOML and YAML solve the problem of
Remarshal not being able to process TOML newer than version 0.2 (#4)
and at least some of the issues with the generated YAML (#2, #5).
Floating point precision (#2) in all formats requires further
investigation, though it seems that what PyYAML and pytoml do
matches the respective specs.

v0.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant