-
-
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
release-1.6: Backports for julia-1.6.4 #42147
Conversation
Why isn't #41707 showing up in the list? |
Might be because it is old. The way the PR works is that it scans all PRs looking for a label and then it stops at some hardcoded date. I don't know if there is a way to get all PRs with a certain label. I can adjust the date or include it manually. |
Hmmm. Yeah, the GitHub API docs don't mention any such functionality. |
Maybe using the search API? Here's an example from their docs:
https://docs.github.com/en/rest/reference/search#search-issues-and-pull-requests |
Ah sorry I did #42564 against the |
Oops. Revert and push it here? |
Done. |
The Buildkite tests are failing because #42533 has not yet been backported. |
The Buildbot testers are failing due to two test failures in the
|
ada1cd2 probably needs a tweak |
3ae03a7
to
55cbd61
Compare
😭 I thought I'd squashed when merging. If #42802 had multiple commits, then all of them should be backported. |
Hmmm. It definitely looks like I squashed when merging. Why is it showing up under "contains multiple commits"? |
Maybe some bug in the script :) It does however have a conflict. |
That PR only touches Buildkite files. So if there's a conflict, that means I forgot to add the backport label to another CI PR. Any chance that you have a log or anything that gives details on the merge conflicts? |
It was #42444. |
Thanks for tracking that down! |
Hi! (Not entirely sure if this is the right place to ask this question, please let me know.) Would it make sense for #39769, e.g. GMP 6.2.0 -> 6.2.1 to be added to the 1.6 backports? |
6a0cc34
to
7f125ab
Compare
(cherry picked from commit 12b2ec7)
(cherry picked from commit 7c9d126)
(cherry picked from commit 7d41d1e)
(cherry picked from commit f3d505d)
(cherry picked from commit d39b2c0)
Without this `TakeWhile` has `eltype` of `Any` (cherry picked from commit ab0c6dd)
(cherry picked from commit f317d57)
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included. (cherry picked from commit 96a99c2)
1a719fb
to
94d6407
Compare
@nanosoldier |
Your package evaluation job has completed - possible new issues were detected. A full report can be found here. |
Your package evaluation job has completed - possible new issues were detected. A full report can be found here. |
Base.julia_cmd()
: correctly forward the--sysimage-native-code=no
flag if it is provided #42185::
#42221stale_cachefile
to ignore loaded modules (for Pkg.precompile) #42545tryparse(Bool, " ")
#42623cfunction
#42635DL_LOAD_PATH
prepending for@
-paths on Darwin #42721choosetests
: return aNamedTuple
(instead of aTuple
), to make it easier to add more information in the future #42723isequal
over==
#42737poll_while
function from 60 seconds to 120 seconds #42753Threads.nthreads() > 1
, skip certain tests #42764Profile
tests on ARM #42862names()
instead of the binding #42532choosetests
: add the--force-net
option, which will throw an error if networking is unavailable #42889choosetests
:Pkg/pkg
is no longer relevant #42890@loader_path/julia
element ofDL_LOAD_PATH
#42930file
tests: in the"tempname with parent"
test, temporarily unset theTMPDIR
environment variable while running the test #43012Backported CI PRs:
cmdlineargs
tests on Buildkite #42118JULIA_WORKER_TIMEOUT
on the code coverage job #42193asan
job, remove the "Test that ASAN is enabled" step (but keep the "Build julia-debug with ASAN" step) #42229package_linux
andtester_linux
for more Linux architectures #41707Statuses
workflow when a pull request is opened or synchronized #42389retry-buildkite
action #42386OPENBLAS_NUM_THREADS
environment variable #42470asan
job from "experimental" to "main" #42478package_musl64
andtester_musl64
(Linux, musl libc, 64-bit, x86_64 architecture) #42476tester_linux.yml
file #42514asan
job to fail #42541labeled
trigger #42642USE_BINARYBUILDER=0
(and runs the test suite) on linux64 #42592tester_linux
job that runs underrr
#42724choosetests
: preparations for setting up a separate Buildkite job that runs thePkg
test suite #42859linuxaarch64
Buildbot status #42954rr
#42979TMPDIR
that is backed by real storage #42995Need manual backport:
*_URL
stdlib definitions into.version
files #42474git://
protocol in the external stdlib URLs #42906git://
protocol in Git URLs #42907make testall
should run all of the tests #42904Contains multiple commits, manual intervention needed:
Non-merged PRs with backport label:
@simd
for non 1 step CartesianPartition #42736transpose
inLinearAlgebra.copy_transpose!
to handle matmul of isbits array-elements with non-identity transpose #42715refs/pull/1234/merge
) #42403