-
-
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
Backports for v0.7.0-rc3 #28428
Merged
Merged
Backports for v0.7.0-rc3 #28428
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
macOS failure is FileWatching, so we may want to backport #28411. |
If a precompiled package's init function tries to itself require that package (e.g. by importing a symbol from a submodule of that package), we would run into a deadlock. Fix that by delaying the running of initializers until after we've had a chance to register any root module. Fixes #26028 (cherry picked from commit 0e32871)
* Update index.md (cherry picked from commit a451801)
Avoids asking the user for their credentials multiple times for the same domain. (cherry picked from commit 1dfc4d1)
(cherry picked from commit dd248bf)
(cherry picked from commit 696700f)
`llvm-tblgen` and `llvm-config` both try to build in the same NATIVE directory and end up stomping on each other. (cherry picked from commit 4fce960)
Adding `-fno-asynchronous-unwind-tables` to the C compiler flags passed to OpenBLAS works around errors claiming an invalid register for `.seh_savexmm`. We've been running into this on the 64-bit Windows buildbots. See discussion in OpenMathLib/OpenBLAS#1708. (cherry picked from commit 651a727)
#28459 was not backported I think |
Oh sorry you're right, I missed that. 🙁 |
Backport it onto release-0.7 now and I'll do the PkgEval runs with rc3.1 |
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.
To be merged first:
__precompile__()
deprecation