File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 36
36
<class pattern =" T_WithGreedyOverloads::*" />
37
37
38
38
<namespace name =" TypeReduction" />
39
- <class pattern =" TypeReduction::*" />
40
39
<function pattern =" TypeReduction::*" />
41
40
42
41
<namespace name =" FailedTypeDeducer" />
Original file line number Diff line number Diff line change
1
+ From 1d67aa782008d571d7d0bc545c3c0bcf335f0adc Mon Sep 17 00:00:00 2001
2
+ From: Danilo Piparo <
[email protected] >
3
+ Date: Thu, 26 Jun 2025 20:41:53 +0200
4
+ Subject: [PATCH] [cppyy] Remove unused template instance pattern rule
5
+
6
+ as there are no instances to match.
7
+ ---
8
+ bindings/pyroot/cppyy/cppyy/test/templates.xml | 1 -
9
+ 1 file changed, 1 deletion(-)
10
+
11
+ diff --git a/bindings/pyroot/cppyy/cppyy/test/templates.xml b/bindings/pyroot/cppyy/cppyy/test/templates.xml
12
+ index 32f56da76f3..7cb33f67a00 100644
13
+ --- a/bindings/pyroot/cppyy/cppyy/test/templates.xml
14
+ +++ b/bindings/pyroot/cppyy/cppyy/test/templates.xml
15
+ @@ -36,7 +36,6 @@
16
+ <class pattern="T_WithGreedyOverloads::*" />
17
+
18
+ <namespace name="TypeReduction" />
19
+ - <class pattern="TypeReduction::*" />
20
+ <function pattern="TypeReduction::*" />
21
+
22
+ <namespace name="FailedTypeDeducer" />
23
+ - -
24
+ 2.49.0
25
+
Original file line number Diff line number Diff line change @@ -26,11 +26,9 @@ cd CPyCppyy
26
26
27
27
git remote rename origin wlav
28
28
29
- git remote add ferdymercury https://github.com/ferdymercury/CPyCppyy.git
30
29
git remote add guitargeek https://github.com/guitargeek/CPyCppyy.git
31
30
git remote add vepadulano https://github.com/vepadulano/CPyCppyy.git
32
31
33
- git fetch ferdymercury
34
32
git fetch guitargeek
35
33
git fetch vepadulano
36
34
@@ -42,7 +40,6 @@ rebase_topic () {
42
40
43
41
rebase_topic guitargeek/py_errors
44
42
rebase_topic vepadulano/improve-clone-heuristic
45
- rebase_topic ferdymercury/patch-1
46
43
47
44
cd ../
48
45
@@ -76,3 +73,4 @@ git apply patches/cppyy-No-CppyyLegacy-namespace.patch
76
73
git apply patches/cppyy-Remove-Windows-workaround.patch
77
74
git apply patches/cppyy-Don-t-enable-cling-autoloading.patch
78
75
git apply patches/cppyy-Enable-testsuite.patch
76
+ git apply patches/cppyy-Remove-unused-template-instance-pattern-rule.patch
You can’t perform that action at this time.
0 commit comments