-
-
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
WIP: Backports release 1.0.6 #34011
Closed
Closed
WIP: Backports release 1.0.6 #34011
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
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)
KristofferC
added
DO NOT MERGE
Do not merge this PR!
needs nanosoldier run
This PR should have benchmarks run on it
needs pkgeval
Tests for all registered packages should be run with this change
labels
Dec 3, 2019
Ran the script again to backport some stuff and update the list. |
KristofferC
force-pushed
the
backports-release-1.0
branch
2 times, most recently
from
February 20, 2020 21:28
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)
KristofferC
force-pushed
the
backports-release-1.0
branch
from
February 20, 2020 21:30
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 <hps@treetron.ch> (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 <viral@juliacomputing.com> (cherry picked from commit 1878343)
KristofferC
force-pushed
the
backports-release-1.0
branch
from
February 22, 2020 20:43
47851db
to
3457d4c
Compare
for Windows. |
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.sh
when spaces in PATH #32100 - Error withfixup-libgfortran.sh
when spaces in PATHsetproperty!
deprecation warning #33020, check axes for broadcasted assignment from tuples$MACOS_CODESIGN_IDENTITY
is set #33228 - macOS codesigning: only attempt if$MACOS_CODESIGN_IDENTITY
is setlcm
least common multiple function #33926 - BUGFIX avoid silent overflow inlcm
least common multiple functionUnicodeData
checksum #35356 - UpdateUnicodeData
checksumNeed manual backport:
repr
to show arbitrary objects in error messages #30700 - fixvec[nothing]
fails to print its error message #30633, userepr
to 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 insidelet
for
insidedo
inside call #32476 - fix Parsing issue when using threads macro #32467, parsing macro onfor
insidedo
inside callsummarysize
on isbitsunion arrays #33713 - fix summarysize is incorrect for small union types #33675, unpredictablesummarysize
on isbitsunion arrayscache.julialang.org
to downloadbusybox.exe
at test time #33889 - Usecache.julialang.org
to downloadbusybox.exe
at test timejl_array_sizehint
#34005 - fixfilter
alters input values in arrays #33974, wrong integer types used injl_array_sizehint
UnicodeData.txt
filename #35383 - VersionUnicodeData.txt
filenameContains multiple commits, manual intervention needed:
patchelf
to use 64KB page size on aarch64/powerpc64le #33745 - Forcepatchelf
to use 64KB page size on aarch64/powerpc64lereduced_index
#34770 - Convert range type inreduced_index
Non-merged PRs with backport label: