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

length(r::StepRange{Int, Int128}) is not type stable #45232

Closed
LilithHafner opened this issue May 8, 2022 · 0 comments · Fixed by #45236
Closed

length(r::StepRange{Int, Int128}) is not type stable #45232

LilithHafner opened this issue May 8, 2022 · 0 comments · Fixed by #45236

Comments

@LilithHafner
Copy link
Member

julia> typeof(length(StepRange(1,Int128(1),1)))
Int128

julia> typeof(length(StepRange(1,Int128(1),0)))
Int64

Originally posted by @N5N3 in #45230 (comment)

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 a pull request may close this issue.

1 participant