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 Range#step for non-integer Steppable types #11130

Merged

Conversation

straight-shoota
Copy link
Member

@straight-shoota straight-shoota commented Aug 24, 2021

Resolves #11123

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:collection labels Aug 24, 2021
src/range.cr Outdated Show resolved Hide resolved
src/range.cr Outdated Show resolved Hide resolved
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
@straight-shoota straight-shoota added this to the 1.2.0 milestone Aug 25, 2021
@straight-shoota straight-shoota merged commit 53c0313 into crystal-lang:master Aug 26, 2021
@straight-shoota straight-shoota deleted the fix/range-steppable branch August 26, 2021 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:collection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling Range#step(by: Float) fails to compile
3 participants