-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
WIP: Backports release 1.0.6 #34011
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
Closed
Closed
WIP: Backports release 1.0.6 #34011
Conversation
This file contains hidden or 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
We avoid computing axes for tuples -- which is a valuable optimization -- but when we explicitly construct a tuple broadcast with axes pre-set (for, e.g., broadcasted assignment), we need to check that those axes are compatible with the ones inside the broadcasted expression before accepting them. (cherry picked from commit b5c4e63)
Member
Member
Author
|
Ran the script again to backport some stuff and update the list. |
229f296 to
eb1770a
Compare
* Fix behavior of Sys.which when passed an empty String argument * Added test to check for fixed Sys.which behavior with empty string input * Added test to check that Sys.which returns nothing when passed a blank string * Ensure that Sys.which returns a regular file and never a directory * Moved new Sys.which tests into test/spawn.jl alongside the existing ones * Remove new which tests from test/sysinfo.jl (they've moved to test/spawn.jl) (cherry picked from commit fa235cc)
…33228) This has the following advantages: * It allows our buildbots to pass in which code signing identity they want to use (rather than having the identity hash hardcoded in our build system) * It stops blindly attempting to codesign on random user's machines * It causes codesign failure to stop the build (cherry picked from commit 0760842)
eb1770a to
47851db
Compare
* bug fixes in matrix log * patches to matrix log (#33245) * patches to matrix log Avoid integer overflow if `s > 63`. Correct logic for `s == 0`. Only use fancy divided difference formulae if eigenvalues are close - avoids dangerous roundoff error if they are in opposite sectors. * add tests (cherry picked from commit 318affa)
…2 SSL. (cherry picked from commit 6797cb3)
This was a hold-over from the old iteration protocol, which needed to maintain state between `done` and `next`. The `iteration` function of `Dict` has since been re-written to be safe for concurrent deletions. Replaces: #33756 Co-Authored-By: Hans-Peter Suter <[email protected]> (cherry picked from commit 1731d0a)
(cherry picked from commit efd794e)
* Fix colon-reshaping of OffsetVector * reshape(::AbstractVector, ::Colon) is a no-op (cherry picked from commit f80c3ee)
* Remove SuiteSparse driver mention in the license, since it is the same as the rest of Julia. Co-authored-by: Viral B. Shah <[email protected]> (cherry picked from commit 1878343)
47851db to
3457d4c
Compare
Member
Author
for Windows. |
Member
|
I'm assuming 1.0.6 isn't happening at this point. If anybody was planning to take that on, feel free to reopen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs nanosoldier run
This PR should have benchmarks run on it
needs pkgeval
Tests for all registered packages should be run with this change
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.
Backported PRs:
fixup-libgfortran.shwhen spaces in PATH #32100 - Error withfixup-libgfortran.shwhen spaces in PATHsetproperty!deprecation warning #33020, check axes for broadcasted assignment from tuples$MACOS_CODESIGN_IDENTITYis set #33228 - macOS codesigning: only attempt if$MACOS_CODESIGN_IDENTITYis setlcmleast common multiple function #33926 - BUGFIX avoid silent overflow inlcmleast common multiple functionUnicodeDatachecksum #35356 - UpdateUnicodeDatachecksumNeed manual backport:
reprto show arbitrary objects in error messages #30700 - fixvec[nothing]fails to print its error message #30633, usereprto show arbitrary objects in error messageslet#32326 - fix Defining a struct with an outer constructor in local scope gives bad error #32325, struct plus outer ctor insideletforinsidedoinside call #32476 - fix Parsing issue when using threads macro #32467, parsing macro onforinsidedoinside callsummarysizeon isbitsunion arrays #33713 - fix summarysize is incorrect for small union types #33675, unpredictablesummarysizeon isbitsunion arrayscache.julialang.orgto downloadbusybox.exeat test time #33889 - Usecache.julialang.orgto downloadbusybox.exeat test timejl_array_sizehint#34005 - fixfilteralters input values in arrays #33974, wrong integer types used injl_array_sizehintUnicodeData.txtfilename #35383 - VersionUnicodeData.txtfilenameContains multiple commits, manual intervention needed:
patchelfto use 64KB page size on aarch64/powerpc64le #33745 - Forcepatchelfto use 64KB page size on aarch64/powerpc64lereduced_index#34770 - Convert range type inreduced_indexNon-merged PRs with backport label: