-
Notifications
You must be signed in to change notification settings - Fork 264
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
Upgrade UniFFI #2661
Upgrade UniFFI #2661
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2661 +/- ##
=======================================
Coverage 78.61% 78.61%
=======================================
Files 192 192
Lines 20146 20146
=======================================
Hits 15837 15837
Misses 4309 4309 ☔ View full report in Codecov by Sentry. |
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.
Seems fine, though as you say testing this is necessary.
This comment was marked as resolved.
This comment was marked as resolved.
50b04b9
to
68a42cc
Compare
68a42cc
to
439b417
Compare
Now updated to point at mozilla/uniffi-rs#1785 |
cc655b2
to
5ce2c17
Compare
mozilla/uniffi-rs#1785 plus smol-rs/async-compat#22 fixed the Android issues! 🎉 |
… and I got confirmation that it works well on iOS too! |
5ce2c17
to
a4f8531
Compare
This pulls in a large refactoring of
async fn
lowering. Needs manual testing for both iOS & Android.