Skip to content

Conversation

@Kyle-Ye
Copy link
Collaborator

@Kyle-Ye Kyle-Ye commented Jul 19, 2025

Fix displayLinkWithDisplay_openswiftui_safe_wrapper crash issue.

@implementation CADisplayLink (OpenSwiftUI_SPI)

+ (instancetype)displayLinkWithDisplay_openswiftui_safe_wrapper:(CADisplay *)display target:(id)target selector:(SEL)targetSelector {
    OPENSWIFTUI_SAFE_WRAPPER_IMP(CADisplayLink *, @"displayLinkWithDisplay:target:selector:", nil, CADisplay *, id, SEL);
    return func(self, selector, display, target, targetSelector);
}

@end

@Kyle-Ye Kyle-Ye merged commit 4341613 into main Jul 19, 2025
4 of 7 checks passed
@Kyle-Ye Kyle-Ye deleted the bugfix/macro branch July 19, 2025 19:04
@codecov
Copy link

codecov bot commented Jul 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 19.18%. Comparing base (bb6776c) to head (1137ee4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #404      +/-   ##
==========================================
+ Coverage   16.80%   19.18%   +2.38%     
==========================================
  Files         413      435      +22     
  Lines       22333    23537    +1204     
==========================================
+ Hits         3753     4516     +763     
- Misses      18580    19021     +441     

☔ 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.

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