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

IOS-10544 Add safe concurrency in Feedback completion #418

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

alejandroruizponce
Copy link
Contributor

@alejandroruizponce alejandroruizponce commented Dec 4, 2024

🎟️ Jira ticket

https://jira.tid.es/browse/IOS-10544

πŸ₯… What's the goal?

Due to the migration to Swift 6 with strict concurrency that we are doing in Novum it is necessary to add some changes in the completion of Feedback so that it can be compatible with apps migrated in Swift 6.

🚧 How do we do it?

Since it is a visual component that requires UI actions, its completion action is isolated in a main actor environment and its parameters will be Sendable to ensure safe concurrency.

πŸ§ͺ How can I verify this?

This fix will be used from this PR in Novum:
https://github.com/Telefonica/iphoneapp/pull/1792

@alejandroruizponce alejandroruizponce requested review from a team, pbartolome and cbarcom and removed request for a team December 4, 2024 12:33
@alejandroruizponce alejandroruizponce merged commit a6eea07 into main Dec 11, 2024
@alejandroruizponce alejandroruizponce deleted the IOS-10544-Fix-Sendable-completion-Feedback branch December 11, 2024 09:00
@tuentisre
Copy link
Collaborator

πŸŽ‰ This PR is included in version 33.4.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants