Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create WinRTBridgeable protocol for simple converting to/from the ABI #193

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

stevenbrix
Copy link
Collaborator

This creates a WinRTBridgeable protocol to be used when converting arrays from Swift to WinRT. Could also be useful in other places, but currently no major code changes have been made. The existing .from method on the swift struct was moved to the extension which adheres to the WinRTBridgeable type

@stevenbrix stevenbrix requested a review from a team as a code owner December 19, 2024 00:55
@stevenbrix stevenbrix force-pushed the steve/winrt-class-bridge branch from 093ef7d to 8d167f2 Compare December 23, 2024 18:58
Base automatically changed from steve/winrt-class-bridge to main December 23, 2024 19:02
@stevenbrix stevenbrix force-pushed the steve/winrt-bridgeable branch from 5636af4 to 11731e7 Compare December 23, 2024 19:12
@stevenbrix stevenbrix enabled auto-merge (squash) December 23, 2024 19:12
@stevenbrix stevenbrix merged commit 1095be9 into main Dec 23, 2024
1 check passed
@stevenbrix stevenbrix deleted the steve/winrt-bridgeable branch December 23, 2024 19:17
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.

3 participants