Skip to content

Commit 17c39bd

Browse files
committed
./rdev.sh ci update-yaml
1 parent b5cbe9f commit 17c39bd

File tree

329 files changed

+125
-1416
lines changed

Some content is hidden

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

329 files changed

+125
-1416
lines changed

devtools/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ def update_yaml(ctx: Context):
170170

171171
if failed_subprojects != 0:
172172
print(f"update-yaml has failed for {failed_subprojects} project(s)")
173-
sys.exit(1)
173+
sys.exit(1)

subprojects/pyntcore/semiwrap/BooleanArrayTopic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
classes:
32
nt::BooleanArraySubscriber:
43
methods:

subprojects/pyntcore/semiwrap/BooleanTopic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
classes:
32
nt::BooleanSubscriber:
43
methods:

subprojects/pyntcore/semiwrap/ConnectionListener.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

subprojects/pyntcore/semiwrap/DoubleArrayTopic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
classes:
32
nt::DoubleArraySubscriber:
43
methods:

subprojects/pyntcore/semiwrap/DoubleTopic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
classes:
32
nt::DoubleSubscriber:
43
methods:

subprojects/pyntcore/semiwrap/FloatArrayTopic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
classes:
32
nt::FloatArraySubscriber:
43
methods:

subprojects/pyntcore/semiwrap/FloatTopic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
classes:
32
nt::FloatSubscriber:
43
methods:

subprojects/pyntcore/semiwrap/GenericEntry.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
extra_includes:
32
- src/nt_type_caster.h
43

subprojects/pyntcore/semiwrap/IntegerArrayTopic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
classes:
32
nt::IntegerArraySubscriber:
43
methods:

0 commit comments

Comments
 (0)