Skip to content

docs: update bindings to use uniffi 0.29 #255

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

Merged
merged 4 commits into from
May 28, 2025

Conversation

renanmav
Copy link
Contributor

closes #249

Copy link
Owner

@jhugman jhugman left a comment

Choose a reason for hiding this comment

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

Hey @renanmav,

Thank you so much for jumping in and fixing this.

I have left a couple of comments, mostly around the manifestPath, which is relative to the repo's project root.

If you wouldn't find fixing that, we can land this.

Thank you again.

@@ -127,9 +127,9 @@ For now, we just want to get started; let's start with an existing Rust crate th
```yaml
---
rust:
repo: https://github.com/ianthetechie/uniffi-starter
branch: main
manifestPath: rust/foobar/Cargo.toml
Copy link
Owner

Choose a reason for hiding this comment

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

Looking at the repo, this is the correct path.

@@ -1,4 +1,4 @@
rust:
repo: https://github.com/ianthetechie/uniffi-starter
branch: main
manifestPath: rust/foobar/Cargo.toml
Copy link
Owner

Choose a reason for hiding this comment

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

The last line was correct to start with. :(

@@ -1,4 +1,4 @@
rust:
repo: https://github.com/ianthetechie/uniffi-starter
branch: main
manifestPath: rust/foobar/Cargo.toml
Copy link
Owner

Choose a reason for hiding this comment

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

The first two lines work, but the last one does not :(.

Copy link
Owner

@jhugman jhugman left a comment

Choose a reason for hiding this comment

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

Corrected paths.

@renanmav
Copy link
Contributor Author

@jhugman sorry, didn't have time to look into this.

Looks like some CI steps are still failing, expected?

@jhugman
Copy link
Owner

jhugman commented May 28, 2025

@jhugman sorry, didn't have time to look into this.

No worries. Thanks for being involved.

Looks like some CI steps are still failing, expected?

Yes, that's unrelated to this.

I'm going to merge this now. Thank you for your contribution.

@jhugman jhugman merged commit c279771 into jhugman:main May 28, 2025
11 of 20 checks passed
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.

Change the tutorial to use a branch of uniffi-starter
2 participants