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

[json] Fix missed integer callback for zero #8581

Closed
wants to merge 1 commit into from

Conversation

michalmuskala
Copy link
Contributor

Closes #8580

@CLAassistant
Copy link

CLAassistant commented Jun 14, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

github-actions bot commented Jun 14, 2024

CT Test Results

    2 files     95 suites   35m 16s ⏱️
2 142 tests 2 094 ✅ 48 💤 0 ❌
2 451 runs  2 401 ✅ 50 💤 0 ❌

Results for commit 265f972.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@rickard-green rickard-green added the team:PS Assigned to OTP team PS label Jun 17, 2024
@dgud dgud added the testing currently being tested, tag is used by OTP internal CI label Jun 17, 2024
@dgud
Copy link
Contributor

dgud commented Jun 19, 2024

Rebased and merged.

@dgud dgud closed this Jun 19, 2024
@michalmuskala michalmuskala deleted the json-zero branch June 19, 2024 15:29
williamthome added a commit to williamthome/json_polyfill that referenced this pull request Jul 27, 2024
williamthome added a commit to williamthome/json_polyfill that referenced this pull request Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

json integer decoder callback is never called for input "0"
4 participants