Skip to content

feat: implement LayoutGesture - #1079

Merged
Kyle-Ye merged 3 commits into
mainfrom
feature/layout_gesture
Sep 13, 2026
Merged

feat: implement LayoutGesture#1079
Kyle-Ye merged 3 commits into
mainfrom
feature/layout_gesture

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Sep 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Implement LayoutGesture child management, event routing, and rebinding while preserving gesture identity across child reordering.
  • Combine child phases and preferences, reset completed gestures, and retain their debug output.
  • Add regression coverage and shared AIGC tags for related test suites, with test-authoring guidance.

Validation

  • The focused macOS LayoutGesture suite passed all 11 tests, including 15 phase-merging cases, before the test metadata updates.
  • The final test metadata and skill updates pass Swift syntax parsing, skill validation, and whitespace checks.

@github-actions github-actions Bot added area: event-gesture Events, gestures, tracing, or interaction plumbing. area: tests Test suites, UI tests, fixtures, snapshots, and test support code. type: feature New API, behavior, platform support, or user-facing capability. labels Sep 13, 2026
@tuist

tuist Bot commented Sep 13, 2026

Copy link
Copy Markdown

🛠️ Tuist Run Report 🛠️

Tests 🧪

Scheme Status Cache hit rate Tests Skipped Ran Commit
OpenSwiftUI 0 % 1209 0 1209 b6f7d8dee

Builds 🔨

Scheme Status Duration Commit
OpenSwiftUI 42.9s b6f7d8dee

@codecov

codecov Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 96.52510% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 30.11%. Comparing base (80d9c2b) to head (c10b9b4).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../OpenSwiftUICore/Event/Gesture/LayoutGesture.swift 96.44% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1079      +/-   ##
==========================================
+ Coverage   29.64%   30.11%   +0.47%     
==========================================
  Files         802      802              
  Lines       63285    63538     +253     
==========================================
+ Hits        18758    19133     +375     
+ Misses      44527    44405     -122     

☔ View full report in Codecov by Harness.
📢 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 57d410b into main Sep 13, 2026
6 checks passed
@Kyle-Ye
Kyle-Ye deleted the feature/layout_gesture branch September 13, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: event-gesture Events, gestures, tracing, or interaction plumbing. area: tests Test suites, UI tests, fixtures, snapshots, and test support code. type: feature New API, behavior, platform support, or user-facing capability.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant