-
-
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
diff on some ranges now error #36116
Labels
regression
Regression in behavior compared to a previous version
Milestone
Comments
Probably caused by #26872. cc @andyferris |
JeffBezanson
added
the
regression
Regression in behavior compared to a previous version
label
Jun 2, 2020
Yup, it's effectively doing: r = 0:2
@views r[1:end-1] .- r[2:end] ... which of course hits #10391. Seems like a cute place for a range-based specialization ( |
mbauman
added a commit
that referenced
this issue
Jun 2, 2020
26 tasks
KristofferC
pushed a commit
that referenced
this issue
Jun 4, 2020
simeonschaub
pushed a commit
to simeonschaub/julia
that referenced
this issue
Aug 11, 2020
…g#36117) * fix JuliaLang#36116, diff(::AbstractRange) returns an Array
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 1.4, both of these gave a consistent answer.
From PkgEval for 1.5 (https://github.com/JuliaCI/NanosoldierReports/blob/90885ffd4005a91d0dc4150b8c1453f2f5948eb0/pkgeval/by_hash/194ddda_vs_b5f13c3/logs/ContinuumArrays/1.5.0-DEV-f11a73bd9c.log).
The text was updated successfully, but these errors were encountered: