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

Unaligned step #142

Merged
merged 12 commits into from
Nov 3, 2024
Merged

Unaligned step #142

merged 12 commits into from
Nov 3, 2024

Conversation

georgealways
Copy link
Owner

@georgealways georgealways commented Jun 19, 2024

Corrects cases for number controller where min or max are not divisible by step (#141)

Number controllers will begin incrementing by step, starting from min if it's defined.
If min is not defined, it will decrement by step starting from max.
If neither are defined, step will behave as before, starting from zero.

After this change, values produced by number controllers are only guaranteed to be divisible by step so long as both min and max are also divisible by step.

@georgealways georgealways added this to the 0.19.2-dev milestone Jun 19, 2024
@georgealways georgealways merged commit c7f8277 into dev Nov 3, 2024
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.

1 participant