-
-
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.4.1
head repository: JuliaLang/julia
compare: 6a6967a96854c0fb7b424705bbda512057871fd4
- 16 commits
- 30 files changed
- 11 contributors
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ef4fe83 - Browse repository at this point
Copy the full SHA ef4fe83View commit details
Commits on May 10, 2020
-
Fix MacOS Notarization (#35080)
We need to individually sign each Mach-O file independently, otherwise notarization bails. Note that you must sign the overall `.app` after each individual file is signed. I've also added more Entitlements. I've gone for a "gentle shotgun" approach, turning on everything that I think we could reasonably want. I wait expectantly for someone to complain that they need Location access turned on for some package. ;) (cherry picked from commit 418f111)
Configuration menu - View commit details
-
Copy full SHA for 889de01 - Browse repository at this point
Copy the full SHA 889de01View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04036f - Browse repository at this point
Copy the full SHA d04036fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe43406 - Browse repository at this point
Copy the full SHA fe43406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be9f10 - Browse repository at this point
Copy the full SHA 3be9f10View commit details -
Add a fast path for returning "" from repeat(str, 0) (#35579)
Currently the case where `r == 0` falls through the same logic as every other non-negative value of `r` (aside from 1). This works for signed integers. However, this does not work for unsigned integers: in the loop where we unsafely fill in the output string, we're looping from 0 to `r - 1`, which for unsigned integers wraps around and causes us to request the address of the output string at a location that is well beyond what was allocated. Fixes #35578. (cherry picked from commit 1dcb42f)
Configuration menu - View commit details
-
Copy full SHA for 75c7c60 - Browse repository at this point
Copy the full SHA 75c7c60View commit details -
exclude types with free variables from
type_morespecific(#35555)(cherry picked from commit 0cedde6)
Configuration menu - View commit details
-
Copy full SHA for 9651235 - Browse repository at this point
Copy the full SHA 9651235View commit details -
fix buggy rand(RandomDevice(), Bool) (#35590)
(cherry picked from commit 0bab06f)
Configuration menu - View commit details
-
Copy full SHA for e76bf14 - Browse repository at this point
Copy the full SHA e76bf14View commit details -
Fix dropped bytes when bulk reading from uv streams with oversized bu…
…ffers (#35695) In readbytes!(s::UVStream, buf::AbstractVector{UInt8}, nb), we wrap `buf` in a PipeBuffer of maxsize nb and swap it in as the main buffer for the stream `s`. However, when we inform libuv of the size of the buffer, we instead use the size of the underlying array, which can be larger. In that case, we probably either drop bytes or override something that the user did not want overriden. (cherry picked from commit 3a84b51)
Configuration menu - View commit details
-
Copy full SHA for 0203e94 - Browse repository at this point
Copy the full SHA 0203e94View commit details -
Fix and test PCRE error message getter. (#35728)
(cherry picked from commit 9c2492e)
Configuration menu - View commit details
-
Copy full SHA for 36d2600 - Browse repository at this point
Copy the full SHA 36d2600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3a4a2 - Browse repository at this point
Copy the full SHA 8b3a4a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b9b8c - Browse repository at this point
Copy the full SHA c9b9b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b1a0c - Browse repository at this point
Copy the full SHA c0b1a0cView commit details
Commits on May 14, 2020
-
Merge pull request #35825 from JuliaLang/backports-release-1.4
Backports release 1.4.2
Configuration menu - View commit details
-
Copy full SHA for f16c4b0 - Browse repository at this point
Copy the full SHA f16c4b0View commit details
Commits on May 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3c50b7f - Browse repository at this point
Copy the full SHA 3c50b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6967a - Browse repository at this point
Copy the full SHA 6a6967aView 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.4.1...6a6967a96854c0fb7b424705bbda512057871fd4