internal: Fix fixint test in MessagePackTest. by fangzheng · Pull Request #785 · msgpack/msgpack-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@fangzheng

Copy link Copy Markdown

Contributor

According to msgpack format spec, positive fix int ranges from 0x00 to 0x7f. The test only covers from 0x00 to 0x79.

@github-actions github-actions bot added the bug label

Dec 30, 2023

@xerial xerial merged commit 41168e9 into msgpack:main

Jan 9, 2024

@xerial

Copy link Copy Markdown

Member

xerial commented

Jan 9, 2024

Thanks. Merged

@xerial xerial changed the title Fix fixint test in MessagePackTest. internal: Fix fixint test in MessagePackTest.

Jan 9, 2024

@xerial xerial added internal and removed bug labels

Jan 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@fangzheng @xerial