-
-
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
More backports for julia 1.8-beta2 #44675
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit fe1264a)
(cherry picked from commit 6409a8a)
Co-authored-by: Simeon David Schaub <schaub@mit.edu> (cherry picked from commit 2338f5d)
(cherry picked from commit 529ac51)
If a user runs the tests with a `~/.gitconfig` that provides an `init.defaultBranch` that is not `master`, our tests fail. Let's adjust to the user's configuration as appropriate. We'll also rename this to `default_branch` to signify that it may not be called `master` anymore. (cherry picked from commit ac1d693)
Otherwise the first time a new method is inferred, `typeinf_edge` will not respect the override, leading to lots of confusion.
(cherry picked from commit feb7b77)
This should fix some serious issues with calling {c,z}dot{c,u} on Windows x86_64. See [0] for more details, and [1] for a test case. [0] JuliaLinearAlgebra/libblastrampoline@0829248 [1] JuliaLinearAlgebra/libblastrampoline@2ef4562 (cherry picked from commit 3c34dac)
We build without `gfortran` pretty regularly these days, let's make it slightly less annoying to build without a `gfortran` available on the path. (cherry picked from commit 5ab5f98)
KristofferC
changed the title
Backports for julia 1.8-beta3/rc1
More backports for julia 1.8-beta2
Mar 21, 2022
Noting that the downloads page still lists beta1 as the current 1.8 download. Is that intentional? |
Yes, the releases for the new beta are in progress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(I messed up the #44623 PR)
Backported PRs:
@simd
for non 1 step CartesianPartition #42736tmeet
definition #44617Effects.overlayed
effect #44634init.defaultBranch
#44629gfortran: command not found
errors #44554Contains multiple commits, manual intervention needed:
Non-merged PRs with backport label:
*
withAbstractQ
#44615strides
forReshapedArray
with strided parent. #44507