Skip to content

fix: parse integers with 64-bit width on 32-bit platforms#345

Open
leno23 wants to merge 1 commit into
spf13:masterfrom
leno23:fix/parse-int-uint-64bit-on-32bit-310
Open

fix: parse integers with 64-bit width on 32-bit platforms#345
leno23 wants to merge 1 commit into
spf13:masterfrom
leno23:fix/parse-int-uint-64bit-on-32bit-310

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 17, 2026

Fixes #310

Made with Cursor

Use bitSize 64 in strconv.ParseInt/ParseUint so parsing int64 and
uint64 string values works on 32-bit architectures.

Fixes spf13#310

Co-authored-by: Cursor <cursoragent@cursor.com>
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

Test failures on 32bit systems

2 participants