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

fix: padder out of range exception #165

Merged
merged 1 commit into from
Oct 27, 2021
Merged

Conversation

antipalindrome
Copy link
Owner

@antipalindrome antipalindrome commented Oct 27, 2021

Some padder functions are set to 3 for the padLength, so having a 4-digit layer count resulted in a negative number, creating an exception.

We now do a Math.max check to ensure we can't get negative numbers. This means any number exceeding the padLength will be represented as is.

e.g padLength = 3
009
099
999
1000

@antipalindrome antipalindrome merged commit 92960c3 into main Oct 27, 2021
antipalindrome added a commit that referenced this pull request Jan 4, 2022
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.

Layers capped at 1000?
1 participant