Skip to content

Commit 18848eb

Browse files
committed
[julia-git] update patch
1 parent be929e9 commit 18848eb

File tree

42 files changed

+4912
-950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4912
-950
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
From 5276e24c65db132bd3a98977663e30081f198802 Mon Sep 17 00:00:00 2001
1+
From 8ab1bd5f6705eb6605dee5265913175b36893923 Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Sat, 3 Oct 2020 08:45:51 -0400
4-
Subject: [PATCH 01/12] Force enable GDB debug info registration
4+
Subject: [PATCH 01/18] Force enable GDB debug info registration
55

66
---
77
src/codegen.cpp | 2 +-
88
1 file changed, 1 insertion(+), 1 deletion(-)
99

1010
diff --git a/src/codegen.cpp b/src/codegen.cpp
11-
index 71dd815548..aefe075d3b 100644
11+
index 5b5e1eb86b..97c563ba20 100644
1212
--- a/src/codegen.cpp
1313
+++ b/src/codegen.cpp
14-
@@ -10148,7 +10148,7 @@ extern "C" void jl_init_llvm(void)
14+
@@ -10144,7 +10144,7 @@ extern "C" void jl_init_llvm(void)
1515

1616
bool jl_using_gdb_jitevents = false;
1717
// Register GDB event listener
@@ -21,5 +21,5 @@ index 71dd815548..aefe075d3b 100644
2121
#endif
2222
const char *jit_gdb = getenv("ENABLE_GDBLISTENER");
2323
--
24-
2.51.0
24+
2.51.2
2525

alarmcn/julia-git/0002-Fix-source-file-paths.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 27648e3956255551d855fc516907fc68e425b087 Mon Sep 17 00:00:00 2001
1+
From 72b43751720bc42e39244edae7ab2a399d325f05 Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Sun, 19 Jul 2020 09:40:32 -0400
4-
Subject: [PATCH 02/12] Fix source file paths
4+
Subject: [PATCH 02/18] Fix source file paths
55

66
---
77
base/sysimg.jl | 7 +++++++
@@ -90,5 +90,5 @@ index e8cdf57ad8..b06f54a1ff 100644
9090
jl_string_len(filename));
9191
fl_gc_handle(fl_ctx, &fl_filename);
9292
--
93-
2.51.0
93+
2.51.2
9494

alarmcn/julia-git/0003-Clear-soname-and-hard-code-system-lib-path.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 84f8a7857bd91a3d387c3b99bd97adbb0f0f8587 Mon Sep 17 00:00:00 2001
1+
From 05b1b72e4534042e28801039c967ea203cc78f13 Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Tue, 22 Jun 2021 10:35:16 -0400
4-
Subject: [PATCH 03/12] Clear soname and hard code system lib path
4+
Subject: [PATCH 03/18] Clear soname and hard code system lib path
55

66
---
77
.../src/CompilerSupportLibraries_jll.jl | 153 ++---------
@@ -1525,5 +1525,5 @@ index af461c6719..e95ace424d 100644
15251525

15261526
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
15271527
--
1528-
2.51.0
1528+
2.51.2
15291529

alarmcn/julia-git/0004-Support-loading-extensions-from-STDLIB.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 3eab232319a1660a1ea5d6dd95d2835103cf7455 Mon Sep 17 00:00:00 2001
1+
From 3d2632f403cdb3c1c6a5112604c38d1cc04311c8 Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Wed, 30 Aug 2023 09:28:03 -0400
4-
Subject: [PATCH 04/12] Support loading extensions from STDLIB
4+
Subject: [PATCH 04/18] Support loading extensions from STDLIB
55

66
---
77
base/loading.jl | 47 +++++++++++++++++++++++++++++++++++++++++++++++
@@ -78,5 +78,5 @@ index 1bb00c3d3c..bb991ffd7a 100644
7878
end
7979

8080
--
81-
2.51.0
81+
2.51.2
8282

alarmcn/julia-git/0005-julia-git-add-a-safeguard-for-bad-unwinding.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 9b04ee40d95957c7fa543838c31d20100c88fd68 Mon Sep 17 00:00:00 2001
1+
From f0129cd962651a9d98a99e488c75c5595429620f Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Tue, 3 Oct 2023 19:00:59 -0400
4-
Subject: [PATCH 05/12] [julia-git] add a safeguard for bad unwinding
4+
Subject: [PATCH 05/18] [julia-git] add a safeguard for bad unwinding
55

66
---
77
src/stackwalk.c | 2 ++
@@ -21,5 +21,5 @@ index 782a699d9b..a2947884fa 100644
2121
offset += size_incr;
2222
}
2323
--
24-
2.51.0
24+
2.51.2
2525

alarmcn/julia-git/0006-Disable-UCX-signal-handler.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 80053e37dde7b5943ef09b4caa9d754e94fdc3bc Mon Sep 17 00:00:00 2001
1+
From 664179ea85fea258f104918ce1590b0d2342e2a8 Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Mon, 26 May 2025 23:20:16 -0400
4-
Subject: [PATCH 06/12] Disable UCX signal handler
4+
Subject: [PATCH 06/18] Disable UCX signal handler
55

66
---
77
src/init.c | 2 ++
@@ -21,5 +21,5 @@ index bb26eed00e..37602f29c9 100644
2121
// but generally running from simple platform things to optional
2222
// configuration features
2323
--
24-
2.51.0
24+
2.51.2
2525

alarmcn/julia-git/0007-julia-git-Better-support-for-loading-packages-from-s.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 5164d4d7a2194ccf19c8d76ece84741a9c54c250 Mon Sep 17 00:00:00 2001
1+
From 4e5979ff72682cbbdbc1fd6ead5a348eaaf088d3 Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Fri, 15 Aug 2025 12:24:38 -0400
4-
Subject: [PATCH 07/12] [julia-git] Better support for loading packages from
4+
Subject: [PATCH 07/18] [julia-git] Better support for loading packages from
55
stdlib
66

77
---
@@ -24,5 +24,5 @@ index bb991ffd7a..18850dfbc4 100644
2424
return missing
2525
end
2626
--
27-
2.51.0
27+
2.51.2
2828

alarmcn/julia-git/0008-Reduce-likelyhood-of-symbol-conflict.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From e73e5e88ffbbf704f58b013683c2ceb48c391fa2 Mon Sep 17 00:00:00 2001
1+
From ab59672c3f72444bde320840f338567edb4e7a3f Mon Sep 17 00:00:00 2001
22
From: Yichao Yu <[email protected]>
33
Date: Sun, 24 Aug 2025 19:28:22 -0400
4-
Subject: [PATCH 08/12] Reduce likelyhood of symbol conflict
4+
Subject: [PATCH 08/18] Reduce likelyhood of symbol conflict
55

66
---
77
base/docs/Docs.jl | 2 +-
@@ -21,5 +21,5 @@ index c2f3548150..eec5fd3fd1 100644
2121

2222
function meta(m::Module; autoinit::Bool=true)
2323
--
24-
2.51.0
24+
2.51.2
2525

0 commit comments

Comments
 (0)