Skip to content

Fix: whole floats emit as ints#97

Open
DuckDuckWhale wants to merge 1 commit intosaphyr-rs:masterfrom
DuckDuckWhale:master
Open

Fix: whole floats emit as ints#97
DuckDuckWhale wants to merge 1 commit intosaphyr-rs:masterfrom
DuckDuckWhale:master

Conversation

@DuckDuckWhale
Copy link

Whole floats like 0 will be emitted as 0, which parses to an int, causing round trip failures. This commit adds .0 to the ends of whole floats to make them parse as floats.

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

Successfully merging this pull request may close these issues.

1 participant