-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Missing range
method
#43194
Comments
this works as of 1.7. I think the docs just got updated too early. |
I want to do this, can you please guide me @oscardssmith @ParadaCarleton @ararslan |
TLDR is
|
This is the current picture of this: Lines 49 to 90 in 35f0c91
And this is after the changes, @oscardssmith please review & tell me the next step to proceed. |
Go to https://github.com/adityagi02/julia/tree/3766ddfeed7d3191b2a4a95979e6b1927d99c620, and you should see a button to make a PR against Base. |
Fixed with 1.7 doc deploy: https://docs.julialang.org/en/v1/base/math/#Base.range |
1.6 documentation describes
range
as having signature:So
range(1, 10)
should equalrange(1, 10; step=1)
. Instead:The text was updated successfully, but these errors were encountered: