-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: Migrate some obj-c
code to Swift
in WireImages
- WPB-15697
#2426
Conversation
…gesWithATIFFOrientation()`
…gesWithTIFFOrientation5()`
…gesWithTIFFOrientation7()`
Rely on imported version WireTesting implementation instead
Test Results3 683 tests 3 683 ✅ 7m 29s ⏱️ Results for commit b719aa0. ♻️ This comment has been updated with latest results. |
Datadog ReportBranch report: ✅ 0 Failed, 3514 Passed, 0 Skipped, 5m 45.15s Total Time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM;) left some non-blocking comments
Issue
This PR is made as part of platform day and includes migrating some
obj-c
code toSwift
in theWireImages
project. It also includes making theTests
group into a folder.Unfortunately I only touched the surface and there is still a bunch more
obj-c
to migrate away.Note to reviewers
Please go commit by commit to make your job easier!
Testing
Run unit tests
Checklist
[WPB-XXX]
.