Skip to content

Commit f43cdef

Browse files
dpiparoguitargeek
authored andcommitted
[cppyy] Remove unused template instance pattern rule
As there are no instances to match.
1 parent 6229242 commit f43cdef

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

bindings/pyroot/cppyy/cppyy/test/templates.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<class pattern="T_WithGreedyOverloads::*" />
3737

3838
<namespace name="TypeReduction" />
39-
<class pattern="TypeReduction::*" />
4039
<function pattern="TypeReduction::*" />
4140

4241
<namespace name="FailedTypeDeducer" />
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+

bindings/pyroot/cppyy/sync-upstream

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ cd CPyCppyy
2626

2727
git remote rename origin wlav
2828

29-
git remote add ferdymercury https://github.com/ferdymercury/CPyCppyy.git
3029
git remote add guitargeek https://github.com/guitargeek/CPyCppyy.git
3130
git remote add vepadulano https://github.com/vepadulano/CPyCppyy.git
3231

33-
git fetch ferdymercury
3432
git fetch guitargeek
3533
git fetch vepadulano
3634

@@ -42,7 +40,6 @@ rebase_topic () {
4240

4341
rebase_topic guitargeek/py_errors
4442
rebase_topic vepadulano/improve-clone-heuristic
45-
rebase_topic ferdymercury/patch-1
4643

4744
cd ../
4845

@@ -76,3 +73,4 @@ git apply patches/cppyy-No-CppyyLegacy-namespace.patch
7673
git apply patches/cppyy-Remove-Windows-workaround.patch
7774
git apply patches/cppyy-Don-t-enable-cling-autoloading.patch
7875
git apply patches/cppyy-Enable-testsuite.patch
76+
git apply patches/cppyy-Remove-unused-template-instance-pattern-rule.patch

0 commit comments

Comments
 (0)