-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Comparing changes
Open a pull request
base repository: JuliaLang/julia
base: v1.6.4
head repository: JuliaLang/julia
compare: v1.6.5
- 18 commits
- 18 files changed
- 12 contributors
Commits on Nov 19, 2021
-
Stop stripping git, github, and CI config files from source distribut…
…ions. (cherry picked from commit 780ebea)
Configuration menu - View commit details
-
Copy full SHA for 2cef645 - Browse repository at this point
Copy the full SHA 2cef645View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb1472 - Browse repository at this point
Copy the full SHA eeb1472View commit details
Commits on Nov 26, 2021
-
IRShow: use
IOContextforPhiNodes/:invokeprinting (#43226)In order to allow `Argument`s to be printed nicely. > before ```julia julia> code_typed((Float64,)) do x sin(x) end 1-element Vector{Any}: CodeInfo( 1 ─ %1 = invoke Main.sin(_2::Float64)::Float64 └── return %1 ) => Float64 julia> code_typed((Bool,Any,Any)) do c, x, y z = c ? x : y z end 1-element Vector{Any}: CodeInfo( 1 ─ goto #3 if not c 2 ─ goto #4 3 ─ nothing::Nothing 4 ┄ %4 = φ (#2 => _3, #3 => _4)::Any └── return %4 ) => Any ``` > after ```julia julia> code_typed((Float64,)) do x sin(x) end 1-element Vector{Any}: CodeInfo( 1 ─ %1 = invoke Main.sin(x::Float64)::Float64 └── return %1 ) => Float64 julia> code_typed((Bool,Any,Any)) do c, x, y z = c ? x : y z end 1-element Vector{Any}: CodeInfo( 1 ─ goto #3 if not c 2 ─ goto #4 3 ─ nothing::Nothing 4 ┄ %4 = φ (#2 => x, #3 => y)::Any └── return %4 ) => Any ```Configuration menu - View commit details
-
Copy full SHA for 1466f80 - Browse repository at this point
Copy the full SHA 1466f80View commit details
Commits on Dec 2, 2021
-
Make stale_cachefile compatible with Nix mtime (#43090)
The added condition improves compatiblity with Nix mtime. (cherry picked from commit f5e0f9d)
Configuration menu - View commit details
-
Copy full SHA for 2ecd98d - Browse repository at this point
Copy the full SHA 2ecd98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a749c00 - Browse repository at this point
Copy the full SHA a749c00View commit details -
Fix shell syntax in version_git.sh and remove warning. (#43196)
(cherry picked from commit 99f6558)
Configuration menu - View commit details
-
Copy full SHA for 58cfe81 - Browse repository at this point
Copy the full SHA 58cfe81View commit details -
Fix links to external stdlib repos in docs, fixes #43199. (#43225)
(cherry picked from commit 3103102)
Configuration menu - View commit details
-
Copy full SHA for f58832c - Browse repository at this point
Copy the full SHA f58832cView commit details -
Test: Fix indenting on verbose no-failure report (#43251)
(cherry picked from commit 6bea8e3)
Configuration menu - View commit details
-
Copy full SHA for cfc5d15 - Browse repository at this point
Copy the full SHA cfc5d15View commit details
Commits on Dec 5, 2021
-
[OpenBLAS_jll] Update to
v0.3.10+10(#43331)This version has been rebuilt to have 32 threads by default, instead of 512 as it accidentally happened before. The large number of threads caused problems on some platforms, including `StackOverflowError`s.
Configuration menu - View commit details
-
Copy full SHA for 6867362 - Browse repository at this point
Copy the full SHA 6867362View commit details
Commits on Dec 7, 2021
-
Update Documenter to 0.27.10. (#43264)
(cherry picked from commit 4486567)
Configuration menu - View commit details
-
Copy full SHA for fa73c2e - Browse repository at this point
Copy the full SHA fa73c2eView commit details -
Includes several fixes: JuliaLang/libuv@c6869fb...3a63bf7 (cherry picked from commit 2b1ece9)
Configuration menu - View commit details
-
Copy full SHA for d8d1239 - Browse repository at this point
Copy the full SHA d8d1239View commit details -
Fix world age issue with custom streams for Distributed workers (#42481)
If connect(::CustomClusterManager, ...) returns a custom transport stream, use of that stream by the task in start_gc_msgs_task() may fail due to the task executing in an old world age. Add an invokelatest() to prevent this problem. (cherry picked from commit a05bcb2)
Configuration menu - View commit details
-
Copy full SHA for 417050b - Browse repository at this point
Copy the full SHA 417050bView commit details -
Timer: handle timeout correctly (#42854)
I am not sure why we ever used round+1 instead of ceil+1, as this is simply strictly more correct. (cherry picked from commit d6f59fa)
Configuration menu - View commit details
-
Copy full SHA for bd84016 - Browse repository at this point
Copy the full SHA bd84016View commit details -
fix #25678: return matters for generated functions (#40778)
Just explicitely check for `CodeInfo` objects and use an explicit `return` in this case inside the `@generated` macro. Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com> (cherry picked from commit 92c84bf)
Configuration menu - View commit details
-
Copy full SHA for a895768 - Browse repository at this point
Copy the full SHA a895768View commit details
Commits on Dec 11, 2021
-
Merge pull request #43152 from JuliaLang/backports-release-1.6
release-1.6: Backports for 1.6.5
Configuration menu - View commit details
-
Copy full SHA for 5d28959 - Browse repository at this point
Copy the full SHA 5d28959View commit details -
Unbreak source distribution tarball construction. (#43096)
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a37f20f - Browse repository at this point
Copy the full SHA a37f20fView commit details -
Merge pull request #43399 from JuliaLang/sv-fix-source-dist
[release-1.6] Backport "Unbreak source distribution tarball construction" for 1.6.5
Configuration menu - View commit details
-
Copy full SHA for 78ba17b - Browse repository at this point
Copy the full SHA 78ba17bView commit details
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9058264 - Browse repository at this point
Copy the full SHA 9058264View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.4...v1.6.5