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

use Null for NaN in Double::to_json() #1240

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tonyfettes
Copy link
Contributor

Fixes #1235

@coveralls
Copy link
Collaborator

coveralls commented Nov 25, 2024

Pull Request Test Coverage Report for Build 3958

Details

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 79.846%

Changes Missing Coverage Covered Lines Changed/Added Lines %
builtin/json.mbt 0 2 0.0%
Totals Coverage Status
Change from base Build 3957: -0.02%
Covered Lines: 4354
Relevant Lines: 5453

💛 - Coveralls

@tonyfettes tonyfettes marked this pull request as ready for review November 25, 2024 11:40
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.stringify prints NaN for NaN double value
2 participants