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: optional parameter ordering CS1737 #62

Merged
merged 4 commits into from
Jan 2, 2024

Conversation

meenzen
Copy link
Contributor

@meenzen meenzen commented Dec 28, 2023

fixes: #52

Signed-off-by: Samuel Meenzen <[email protected]>
@meenzen
Copy link
Contributor Author

meenzen commented Dec 28, 2023

This PR currently only reproduces the error.

@meenzen meenzen marked this pull request as ready for review December 28, 2023 22:24
@meenzen
Copy link
Contributor Author

meenzen commented Dec 28, 2023

Everything is now implemented.

I'm still very new to rust so I'm not sure if my approach is the best. Any feedback is appreciated.

Copy link
Contributor

@arg0d arg0d left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks. Let me know when you need to get this tagged.

@arg0d arg0d merged commit edd4ec4 into NordSecurity:main Jan 2, 2024
4 checks passed
@meenzen meenzen deleted the fix/optional-parameters branch January 2, 2024 15:29
@meenzen
Copy link
Contributor Author

meenzen commented Jan 2, 2024

I'm fine with using main for now, no need for a tag.

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.

Uniffi default values may cause compiler error CS1737 in generated bindings
2 participants