-
-
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
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for de3914e - Browse repository at this point
Copy the full SHA de3914eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8f59c - Browse repository at this point
Copy the full SHA ec8f59cView commit details -
Sockets: fix return value of getpeername/getsockname (#34986)
(cherry picked from commit 598209d)
Configuration menu - View commit details
-
Copy full SHA for 1d13caa - Browse repository at this point
Copy the full SHA 1d13caaView commit details -
Rebase of #28526 on master (#34989)
* fix \ SparseVector * split (\) for sparsevector; test for Factor and Symmetric Sparse Matrix Co-authored-by: Chi Po Choi <choi.chi.po@gmail.com> (cherry picked from commit d2f9677)
Configuration menu - View commit details
-
Copy full SHA for 4e11ce9 - Browse repository at this point
Copy the full SHA 4e11ce9View commit details -
walkdir: avoid symlink loops when
follow_symlinks == false
(#35006)* 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)
Configuration menu - View commit details
-
Copy full SHA for 5cf6725 - Browse repository at this point
Copy the full SHA 5cf6725View commit details -
Support git config credential resetting (#35064)
(cherry picked from commit 0f1b119)
Configuration menu - View commit details
-
Copy full SHA for f1593e1 - Browse repository at this point
Copy the full SHA f1593e1View commit details -
speed up llvmcall unique name generation (#35144)
(cherry picked from commit 5d5f799)
Configuration menu - View commit details
-
Copy full SHA for 71fcb9a - Browse repository at this point
Copy the full SHA 71fcb9aView commit details -
add compat annotation for map!(f, values(dict)) (from #31223) (#35184)
(cherry picked from commit 6447534)
Configuration menu - View commit details
-
Copy full SHA for 0e24a7f - Browse repository at this point
Copy the full SHA 0e24a7fView commit details -
Remove outdated paragraph from deepcopy docstring (#35192)
(cherry picked from commit 6baa701)
Configuration menu - View commit details
-
Copy full SHA for 9dbe7e8 - Browse repository at this point
Copy the full SHA 9dbe7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ccda0e - Browse repository at this point
Copy the full SHA 7ccda0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e8527 - Browse repository at this point
Copy the full SHA 23e8527View commit details -
Bump Documenter to 0.24.7 (#35227)
(cherry picked from commit d377785)
Configuration menu - View commit details
-
Copy full SHA for e54a0de - Browse repository at this point
Copy the full SHA e54a0deView commit details -
(cherry picked from commit 8cb8f0c)
Configuration menu - View commit details
-
Copy full SHA for 8f1218a - Browse repository at this point
Copy the full SHA 8f1218aView commit details
Commits on Mar 29, 2020
-
[LLVM8] add patches for D75072 and D65174
(cherry picked from commit d20184f)
Configuration menu - View commit details
-
Copy full SHA for c6673ae - Browse repository at this point
Copy the full SHA c6673aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9131e12 - Browse repository at this point
Copy the full SHA 9131e12View commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b4be5f2 - Browse repository at this point
Copy the full SHA b4be5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7538e15 - Browse repository at this point
Copy the full SHA 7538e15View commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1156956 - Browse repository at this point
Copy the full SHA 1156956View commit details -
Linux: Remove
--nodetach
option forxsel
copy. (#35180)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)
Configuration menu - View commit details
-
Copy full SHA for bc6fa8f - Browse repository at this point
Copy the full SHA bc6fa8fView commit details -
fix #35295, typo in change to
clipboard
on linux (#35310)(cherry picked from commit 33df293)
Configuration menu - View commit details
-
Copy full SHA for f73a14c - Browse repository at this point
Copy the full SHA f73a14cView commit details -
Update
UnicodeData
checksum (#35356)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)
Configuration menu - View commit details
-
Copy full SHA for 625be9e - Browse repository at this point
Copy the full SHA 625be9eView commit details -
fix a bug preventing inlining of getindex of const globals (#35239)
(cherry picked from commit 1f78749)
Configuration menu - View commit details
-
Copy full SHA for bc6adcd - Browse repository at this point
Copy the full SHA bc6adcdView commit details -
Fix offset when widening collections
(cherry picked from commit 1da2480)
Configuration menu - View commit details
-
Copy full SHA for 069f137 - Browse repository at this point
Copy the full SHA 069f137View commit details -
fix method error printing for missing (#35315)
fix method error printing for missing (cherry picked from commit 0b0b126)
Configuration menu - View commit details
-
Copy full SHA for 6c08ec4 - Browse repository at this point
Copy the full SHA 6c08ec4View commit details -
Implementation of the raw-string escaping convention. Can also be used to escape command-line arguments for Windows C/C++/Julia applications, which use the same \" escaping convention as Julia non-standard string literals. (cherry picked from commit cdc5e79)
Configuration menu - View commit details
-
Copy full SHA for d455bda - Browse repository at this point
Copy the full SHA d455bdaView commit details -
fix #35305, need escaping when printing string macro calls
(cherry picked from commit b6dd448)
Configuration menu - View commit details
-
Copy full SHA for 61d70cb - Browse repository at this point
Copy the full SHA 61d70cbView commit details -
Merge pull request #35313 from JuliaLang/vc/bp_llvm8
[LLVM8] patch maintenance
Configuration menu - View commit details
-
Copy full SHA for 48ee62c - Browse repository at this point
Copy the full SHA 48ee62cView commit details
Commits on Apr 7, 2020
-
Version
UnicodeData.txt
filename (#35383)We've been downloading multiple different versions of `UnicodeData.txt` across different branches and trying to keep a consistent checksum. (cherry picked from commit 922891c)
Configuration menu - View commit details
-
Copy full SHA for c53191a - Browse repository at this point
Copy the full SHA c53191aView commit details
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f46c77 - Browse repository at this point
Copy the full SHA 8f46c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5ee11 - Browse repository at this point
Copy the full SHA 7e5ee11View commit details
Commits on Apr 9, 2020
-
Merge pull request #35405 from JuliaLang/vc/bump_bb_1.4
[1.4.1] Update LLVM and OpenBLAS BB release
Configuration menu - View commit details
-
Copy full SHA for 7f5adff - Browse repository at this point
Copy the full SHA 7f5adffView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d635d7 - Browse repository at this point
Copy the full SHA 6d635d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fa722 - Browse repository at this point
Copy the full SHA 44fa722View commit details
Commits on Apr 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7bd73b6 - Browse repository at this point
Copy the full SHA 7bd73b6View commit details