Skip to content

Commit 631bf17

Browse files
authored
Merge pull request #43297 from JuliaLang/backports-release-1.7
release-1.7: Backports for 1.7.1
2 parents 3bf9d17 + 7599df4 commit 631bf17

File tree

24 files changed

+327
-202
lines changed

24 files changed

+327
-202
lines changed

base/loading.jl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,8 @@ function srctext_files(f::IO, srctextpos::Int64)
16521652
end
16531653

16541654
# Test to see if this UUID is mentioned in this `Project.toml`; either as
1655-
# the top-level UUID (e.g. that of the project itself) or as a dependency.
1655+
# the top-level UUID (e.g. that of the project itself), as a dependency,
1656+
# or as a extra for Preferences.
16561657
function get_uuid_name(project::Dict{String, Any}, uuid::UUID)
16571658
uuid_p = get(project, "uuid", nothing)::Union{Nothing, String}
16581659
name = get(project, "name", nothing)::Union{Nothing, String}
@@ -1667,6 +1668,16 @@ function get_uuid_name(project::Dict{String, Any}, uuid::UUID)
16671668
end
16681669
end
16691670
end
1671+
for subkey in ("deps", "extras")
1672+
subsection = get(project, subkey, nothing)::Union{Nothing, Dict{String, Any}}
1673+
if subsection !== nothing
1674+
for (k, v) in subsection
1675+
if uuid == UUID(v::String)
1676+
return k
1677+
end
1678+
end
1679+
end
1680+
end
16701681
return nothing
16711682
end
16721683

base/version_git.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@ if [ -z "$fork_master_timestamp" ]; then
8585
fi
8686

8787
build_system_directory="../.buildkite"
88-
if [[ -d "${build_system_directory}/.git" ]]; then
88+
if [ -d "${build_system_directory}/.git" ]; then
8989
build_system_commit=$(git -C "${build_system_directory}" rev-parse HEAD)
9090
build_system_commit_short=$(git -C "${build_system_directory}" rev-parse --short HEAD)
9191
else
92-
echo "Warning: The build system directory does not exist or is not a Git repo: ${build_system_directory}" >&2
9392
build_system_commit=""
9493
build_system_commit_short=""
9594
fi

deps/checksums/Pkg-0779de5302e03bf768f9167fa4aad4d78ba3af96.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/Pkg-0779de5302e03bf768f9167fa4aad4d78ba3af96.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9d69e3c7c27dc5254db9e1a928292cb5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
80851a743a44176a6d10871b928ba8d025591e2fbfc125354904dcfafa7a5175080df216a5de8fd7c49d356a8491c6a5f63010e366a6819551ade352e4a34ab0

deps/checksums/openblas

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

deps/gmp.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ $(SRCCACHE)/gmp-$(GMP_VER)/gmp_alloc_overflow_func.patch-applied: $(SRCCACHE)/gm
3939
patch -p1 < $(SRCDIR)/patches/gmp_alloc_overflow_func.patch
4040
echo 1 > $@
4141

42-
$(SRCCACHE)/gmp-$(GMP_VER)/build-patched: \
42+
$(SRCCACHE)/gmp-$(GMP_VER)/source-patched: \
4343
$(SRCCACHE)/gmp-$(GMP_VER)/gmp-HG-changeset.patch-applied \
4444
$(SRCCACHE)/gmp-$(GMP_VER)/gmp-exception.patch-applied \
4545
$(SRCCACHE)/gmp-$(GMP_VER)/gmp_alloc_overflow_func.patch-applied
46+
echo 1 > $@
4647

47-
$(BUILDDIR)/gmp-$(GMP_VER)/build-configured: $(SRCCACHE)/gmp-$(GMP_VER)/source-extracted $(SRCCACHE)/gmp-$(GMP_VER)/build-patched
48+
$(BUILDDIR)/gmp-$(GMP_VER)/build-configured: $(SRCCACHE)/gmp-$(GMP_VER)/source-extracted $(SRCCACHE)/gmp-$(GMP_VER)/source-patched
4849
mkdir -p $(dir $@)
4950
cd $(dir $@) && \
5051
$(dir $<)/configure $(CONFIGURE_COMMON) F77= --enable-cxx --enable-shared --disable-static $(GMP_CONFIGURE_OPTS)

doc/Manifest.toml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
manifest_format = "2.0"
44

5+
[[deps.ANSIColoredPrinters]]
6+
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
7+
uuid = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
8+
version = "0.0.1"
9+
510
[[deps.Base64]]
611
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
712

@@ -11,15 +16,15 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
1116

1217
[[deps.DocStringExtensions]]
1318
deps = ["LibGit2"]
14-
git-tree-sha1 = "a32185f5428d3986f47c2ab78b1f216d5e6cc96f"
19+
git-tree-sha1 = "b19534d1895d702889b219c382a6e18010797f0b"
1520
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
16-
version = "0.8.5"
21+
version = "0.8.6"
1722

1823
[[deps.Documenter]]
19-
deps = ["Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
20-
git-tree-sha1 = "5acbebf1be22db43589bc5aa1bb5fcc378b17780"
24+
deps = ["ANSIColoredPrinters", "Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
25+
git-tree-sha1 = "f425293f7e0acaf9144de6d731772de156676233"
2126
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
22-
version = "0.27.0"
27+
version = "0.27.10"
2328

2429
[[deps.IOCapture]]
2530
deps = ["Logging", "Random"]
@@ -33,9 +38,9 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
3338

3439
[[deps.JSON]]
3540
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
36-
git-tree-sha1 = "81690084b6198a2e1da36fcfda16eeca9f9f24e4"
41+
git-tree-sha1 = "8076680b162ada2a031f707ac7b4953e30667a37"
3742
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
38-
version = "0.21.1"
43+
version = "0.21.2"
3944

4045
[[deps.LibGit2]]
4146
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -53,12 +58,13 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
5358

5459
[[deps.NetworkOptions]]
5560
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
61+
version = "1.2.0"
5662

5763
[[deps.Parsers]]
5864
deps = ["Dates"]
59-
git-tree-sha1 = "c8abc88faa3f7a3950832ac5d6e690881590d6dc"
65+
git-tree-sha1 = "ae4bbcadb2906ccc085cf52ac286dc1377dceccc"
6066
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
61-
version = "1.1.0"
67+
version = "2.1.2"
6268

6369
[[deps.Printf]]
6470
deps = ["Unicode"]
@@ -69,11 +75,12 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
6975
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
7076

7177
[[deps.Random]]
72-
deps = ["Serialization"]
78+
deps = ["SHA", "Serialization"]
7379
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7480

7581
[[deps.SHA]]
7682
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
83+
version = "0.7.0"
7784

7885
[[deps.Serialization]]
7986
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

doc/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ makedocs(
303303
# Update URLs to external stdlibs (JuliaLang/julia#43199)
304304
for (root, _, files) in walkdir(output_path), file in joinpath.(root, files)
305305
endswith(file, ".html") || continue
306+
local str
306307
str = read(file, String)
307308
# Index page links, update
308309
# https://github.com/JuliaLang/julia/blob/master/stdlib/${STDLIB_NAME}-${STDLIB_COMMIT}/path/to.md

0 commit comments

Comments
 (0)