Skip to content

Add DynamicCombinerComponent and ReplicatingList#20

Merged
Kyle-Ye merged 3 commits into
mainfrom
feature/components
May 10, 2026
Merged

Add DynamicCombinerComponent and ReplicatingList#20
Kyle-Ye merged 3 commits into
mainfrom
feature/components

Conversation

@Kyle-Ye
Copy link
Copy Markdown
Contributor

@Kyle-Ye Kyle-Ye commented May 10, 2026

Summary

  • Add audited combiner output helpers and CombinerComponent/CombinerElement support
  • Add DynamicCombinerComponent and ReplicatingList implementations
  • Update component trait/capacity mutation contracts and merge helpers
  • Add focused tests for dynamic combiner, output combiner, and replicating list behavior

Tests

  • Not run (not requested)

@Kyle-Ye Kyle-Ye force-pushed the feature/components branch from 63a2e62 to 6d45786 Compare May 10, 2026 19:08
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 10, 2026

Codecov Report

❌ Patch coverage is 82.76299% with 136 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.62%. Comparing base (478b326) to head (6d45786).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...tures/Component/Components/CombinerComponent.swift 37.50% 55 Missing ⚠️
...rces/OpenGestures/Core/GestureOutputCombiner.swift 52.05% 35 Missing ⚠️
...ent/Components/DynamicCombinerComponentTests.swift 94.73% 16 Missing ⚠️
...esturesTests/Core/GestureOutputCombinerTests.swift 89.47% 8 Missing ⚠️
...omponent/Components/DynamicCombinerComponent.swift 90.00% 7 Missing ⚠️
Sources/OpenGestures/Util/ReplicatingList.swift 94.17% 6 Missing ⚠️
Sources/OpenGestures/Core/GestureTrait.swift 0.00% 4 Missing ⚠️
...Gestures/Component/CompositeGestureComponent.swift 0.00% 2 Missing ⚠️
Sources/OpenGestures/Util/Mergeable.swift 0.00% 2 Missing ⚠️
Sources/OpenGestures/Core/GestureOutput.swift 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   80.00%   80.62%   +0.61%     
==========================================
  Files         109      117       +8     
  Lines        4287     5064     +777     
==========================================
+ Hits         3430     4083     +653     
- Misses        857      981     +124     
Flag Coverage Δ
ios 72.71% <68.00%> (-0.33%) ⬇️
macos 80.75% <82.76%> (+0.59%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye Kyle-Ye merged commit 66288b3 into main May 10, 2026
4 checks passed
@Kyle-Ye Kyle-Ye deleted the feature/components branch May 10, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants