Skip to content

Update GestureNode phase enqueue API#16

Merged
Kyle-Ye merged 14 commits intomainfrom
feature/gesture_node
May 1, 2026
Merged

Update GestureNode phase enqueue API#16
Kyle-Ye merged 14 commits intomainfrom
feature/gesture_node

Conversation

@Kyle-Ye
Copy link
Copy Markdown
Contributor

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

Summary

  • add GestureNode phase enqueue/update flow with pending phase queue processing
  • add OpenGestures logging support and internal diagnostics interpose hook
  • update GestureNode compatibility coverage and phase queue tests

Verification

  • swift test
  • OPENGESTURES_USE_LOCAL_DEPS=1 OPENGESTURES_COMPATIBILITY_TEST=1 DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE=2025 xcodebuild test -scheme OpenGestures -destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=26.2' -sdk iphonesimulator26.2 -skipPackageUpdates

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 1, 2026

Codecov Report

❌ Patch coverage is 34.65347% with 264 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.71%. Comparing base (1aba1db) to head (4157062).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
Sources/OpenGestures/Node/GestureNode.swift 21.56% 120 Missing ⚠️
Sources/OpenGestures/Log.swift 0.00% 63 Missing ⚠️
...estures/Component/GestureComponentController.swift 0.00% 42 Missing ⚠️
...ces/OpenGestures/Node/GestureNodeCoordinator.swift 0.00% 28 Missing ⚠️
Sources/COpenGestures/interpose.c 0.00% 8 Missing ⚠️
...penGesturesTests/Core/GesturePhaseQueueTests.swift 95.83% 2 Missing ⚠️
Sources/OpenGestures/Core/GestureRelation.swift 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   78.55%   75.71%   -2.84%     
==========================================
  Files          71       72       +1     
  Lines        1814     2055     +241     
==========================================
+ Hits         1425     1556     +131     
- Misses        389      499     +110     
Flag Coverage Δ
ios 68.86% <26.40%> (-3.43%) ⬇️
macos 76.01% <35.35%> (-2.55%) ⬇️

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 bfcbd6f into main May 1, 2026
4 checks passed
@Kyle-Ye Kyle-Ye deleted the feature/gesture_node branch May 1, 2026 18:34
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