-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Backport 3.x: stack
(Julia PR 43334)
#779
Conversation
stack
(Julia PR 43334)stack
(Julia PR 43334)
Thank you (although there seem to be some backporting issues) CC @mcabbott |
Codecov Report
@@ Coverage Diff @@
## release-3 #779 +/- ##
=============================================
+ Coverage 79.69% 81.54% +1.85%
=============================================
Files 4 4
Lines 714 791 +77
=============================================
+ Hits 569 645 +76
- Misses 145 146 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Working on that now. The one I'm looking into currently is the lack of |
Never tried this with ancient Julia, but notice the same error on 1.7 "LoadError: cannot assign a value to variable Base.IteratorSize from module Compat" which is weird. My first guess was that it relied on |
I fixed the |
16c70a6
to
1f8c312
Compare
Alright, the one remaining failure now is on Julia 1.0, something is causing a |
On 1.0 with this PR I get this error:
from this:
I'm slightly alarmed that no other tests notice that |
😳 |
1f8c312
to
cda5302
Compare
Incredible, I fixed it on 1.0 and broke it everywhere else |
That looks right. I guess the inference tests don't like non-const |
Backport of PR 777 to the `release-3` branch. (cherry picked from commit dce2f96)
cda5302
to
27ebabb
Compare
Finally! |
Thank you! |
Uses same wording as in JuliaLang#779
Backport of #777 to the
release-3
branch.Closes #778