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

Fix android not working properly #518

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Fix android not working properly #518

merged 2 commits into from
Jan 19, 2024

Conversation

Hinton
Copy link
Member

@Hinton Hinton commented Jan 19, 2024

Type of change

- [x] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

It seems for uniffi to properly parse the uniffi.toml files it has to be a direct dependency and not transient like generators previously were.

Before you submit

  • Please add unit tests where it makes sense to do so

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ef09397) 50.01% compared to head (71ba212) 50.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #518   +/-   ##
=======================================
  Coverage   50.01%   50.01%           
=======================================
  Files         161      161           
  Lines        7862     7862           
=======================================
  Hits         3932     3932           
  Misses       3930     3930           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Hinton Hinton requested a review from dani-garcia January 19, 2024 18:43
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should avoid us having to touch this file in the future.

@Hinton Hinton merged commit b5b2c5c into main Jan 19, 2024
55 checks passed
@Hinton Hinton deleted the ps/fix-android branch January 19, 2024 18:52
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