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

Require step for range #399

Merged
merged 3 commits into from
Nov 3, 2021
Merged

Conversation

evnu
Copy link
Member

@evnu evnu commented Nov 1, 2021

This fixes #392 by requiring that the :step field in Range is optional. If it is set, it must be 1 (as we cannot represent another value with Rust's RangeInclusive).

@evnu evnu marked this pull request as ready for review November 1, 2021 09:31
@evnu evnu requested a review from a team November 1, 2021 09:31
@evnu evnu mentioned this pull request Nov 1, 2021
@evnu evnu merged commit a5ab6ee into rusterlium:master Nov 3, 2021
@evnu evnu deleted the require-step-for-range branch November 3, 2021 09:05
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.

TermTest fails for Range with Elixir v1.12
2 participants