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

Migrate TxBuilder type to procedural macros #691

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

thunderbiscuit
Copy link
Member

@thunderbiscuit thunderbiscuit commented Mar 10, 2025

Trying out the proc macros on the TxBuilder.

A few things I want to keep in mind and look out for:

  • Are the docs migrating correctly?
  • Errors

@thunderbiscuit thunderbiscuit changed the title efactor: migrate TxBuilder type to procedural macros Migrate TxBuilder type to procedural macros Mar 10, 2025
@thunderbiscuit thunderbiscuit force-pushed the refactor/macros-1 branch 2 times, most recently from efb0a5b to 2730abb Compare March 10, 2025 17:45
@thunderbiscuit
Copy link
Member Author

I ran all JVM live tests locally and everything passes.

impl TxBuilder {
#[uniffi::constructor]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I realized in Kotlin is that our struct-level docs might actually want to live at the constructor, at least that's how it felt in the natural flow of things. Something to experiment with for later

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