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

Document that Length parameter needs Julia 1.7 #45961

Merged
merged 3 commits into from
Jul 8, 2022
Merged

Document that Length parameter needs Julia 1.7 #45961

merged 3 commits into from
Jul 8, 2022

Conversation

JeffFessler
Copy link
Contributor

@vjnash added the 4th type parameter L in #41619 to StepRangeLen.
That addition seems to have appeared in Julia 1.7 so it should be documented as such.
I found this out the hard way because my CI for code that used L is failing with Julia 1.6.

@vjnash added the 4th type parameter `L` in #41619 to `StepRangeLen`.
That addition seems to have appeared in Julia 1.7 so it should be documented as such.
I found this out the hard way because my CI for code that used `L` is failing with Julia 1.6.
base/range.jl Outdated Show resolved Hide resolved
Co-authored-by: Keno Fischer <keno@alumni.harvard.edu>
base/range.jl Outdated Show resolved Hide resolved
Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
@inkydragon inkydragon added the docs This change adds or pertains to documentation label Jul 8, 2022
@KristofferC KristofferC merged commit 50627d6 into JuliaLang:master Jul 8, 2022
@JeffFessler JeffFessler deleted the patch-1 branch July 9, 2022 18:23
ffucci pushed a commit to ffucci/julia that referenced this pull request Aug 11, 2022
* Document that `L`ength parameter needs Julia 1.7

vtjnash added the 4th type parameter `L` in JuliaLang#41619 to `StepRangeLen`.
That addition seems to have appeared in Julia 1.7 so it should be documented as such.
I found this out the hard way because my CI for code that used `L` is failing with Julia 1.6.

Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
Co-authored-by: Keno Fischer <keno@alumni.harvard.edu>
pcjentsch pushed a commit to pcjentsch/julia that referenced this pull request Aug 18, 2022
* Document that `L`ength parameter needs Julia 1.7

vtjnash added the 4th type parameter `L` in JuliaLang#41619 to `StepRangeLen`.
That addition seems to have appeared in Julia 1.7 so it should be documented as such.
I found this out the hard way because my CI for code that used `L` is failing with Julia 1.6.

Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
Co-authored-by: Keno Fischer <keno@alumni.harvard.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants