Skip to content

Fix integer suffix parsing for non-decimal base#600

Merged
torkleyy merged 3 commits into
masterfrom
integer-suffix
Mar 29, 2026
Merged

Fix integer suffix parsing for non-decimal base#600
torkleyy merged 3 commits into
masterfrom
integer-suffix

Conversation

@juntyr

@juntyr juntyr commented Mar 26, 2026

Copy link
Copy Markdown
Member

Fixes #599

  • I've included my change in CHANGELOG.md

Comment thread tests/599_integer_suffix.rs

@Not-A-Normal-Robot Not-A-Normal-Robot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@torkleyy torkleyy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Comment thread src/parse.rs
@torkleyy torkleyy merged commit 00cb580 into master Mar 29, 2026
10 checks passed
@torkleyy torkleyy deleted the integer-suffix branch March 29, 2026 09:07
@juntyr juntyr restored the integer-suffix branch March 29, 2026 11:57
@juntyr juntyr deleted the integer-suffix branch March 29, 2026 11:57
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.

Non-decimal ints with suffixes fail to parse

3 participants