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

lib/json: encode floating point numbers with a decimal point #564

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

adonovan
Copy link
Collaborator

The previous code carelessly used Go's %g operator when it should have used Starlark's.

Fixes #563

@adonovan adonovan requested a review from jayconrod November 19, 2024 22:16
The previous code carelessly used Go's %g operator
when it should have used Starlark's.

Fixes #563
@adonovan adonovan merged commit d4d7611 into master Nov 19, 2024
27 checks passed
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.

JSON encoding of floats does not match the documentation
2 participants