Skip to content

Conversation

@chipbarnaby
Copy link
Contributor

Description

Replaces 16-bit line number variables with 32-bit ints in a few places. This fixes incorrect line number display in error messages generated by projects having very large input files (> 65,000-ish lines).

The known case exhibiting this problem retested OK.

All code reviewed for similar situations. Several other 16-bit values are changed to int.

No results changes. All tests pass. No documentation changes.

@chipbarnaby chipbarnaby changed the title Fix line # tracking and reporting (changed SI/USI values to int) Fix line number tracking and reporting (changed SI/USI values to int) Aug 25, 2023
@nealkruis nealkruis merged commit 01540e2 into main Aug 29, 2023
@nealkruis nealkruis deleted the line-number-overflow branch August 29, 2023 16:25
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.

3 participants