-
-
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 Julia 1.4.1 #35229
Backports for Julia 1.4.1 #35229
Conversation
Closes #34866 (cherry picked from commit f709331)
(cherry picked from commit 598209d)
* walkdir: avoid symlink loops when `follow_symlinks == false` Because `isdir()` attempts to dereference symlinks, attempting to `walkdir()` trees that contain symlink loops errors out. This change modifies `walkdir()` to treat all symlinks as files when `follow_symlinks == false`. * rm: When checking `filemode()`, use `lstat()` to avoid following symlinks (cherry picked from commit 178ac97)
(cherry picked from commit 0f1b119)
Could #34760 be considered? It is technically a new feature, but it's unexported, completely unused by Base, but greatly simplifies quite some code in CUDAnative. Should be a clean backport too. |
bc2fa4b
to
8f1218a
Compare
(cherry picked from commit d20184f)
The `--nodetach` option causes `clipboard(x)` to hang indefinitely on (most? All which I have tried) linux systems. Removing this option fixes `clipboard(x)`, but briefly spawns a child process. Since `clipboard(x)` is designed for interactive use, this shouldn't be an issue. (cherry picked from commit 5dd6676)
(cherry picked from commit 33df293)
Upstream has apparently modified this file as of March 30th 2020, which is annoying as it has broken all older builds of Julia attempting to download and check this file. (cherry picked from commit c980519)
(cherry picked from commit 1f78749)
(cherry picked from commit 1da2480)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
[1.4.1] Update LLVM and OpenBLAS BB release
This comment has been minimized.
This comment has been minimized.
We bumped LLVM and OpenBLAS so better rerun all the checks... @nanosoldier |
@nanosoldier |
When is planned the release of 1.4.1? I will try before then to make a 1.4 version of #35274 which fixes a bug. |
As soon as this branch looks ready., |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan |
Your package evaluation job has completed - possible new issues were detected. A full report can be found here. cc @maleadt |
@nanosoldier |
Your package evaluation job has completed - no new issues were detected. A full report can be found here. cc @maleadt |
The LLVM asserts build is broken on this branch (works with v1.4.0):
https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl/releases/download/LLVM_full_assert-v8.0.1+3/LLVM_full_assert.v8.0.1.x86_64-linux-gnu-cxx11.tar.gz doesn't exist whereas https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl/releases/download/LLVM_full_assert-v8.0.1+0/LLVM_full_assert.v8.0.1.x86_64-linux-gnu-cxx11.tar.gz does. cc @vchuravy |
Backported PRs:
follow_symlinks == false
#35006 - walkdir: avoid symlink loops whenfollow_symlinks == false
>:
#35136 - fix bug in t-function for>:
--nodetach
option forxsel
copy. #35180 - Linux: Remove--nodetach
option forxsel
copy.clipboard
on linux #35310 - fix clipboard() functions error on Julia 1.4 Linux #35295, typo in change toclipboard
on linuxUnicodeData
checksum #35356 - UpdateUnicodeData
checksumNeed manual backport:
Non-merged PRs with backport label: