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

Add support for WithForeign #100

Open
caesay opened this issue Dec 31, 2024 · 1 comment
Open

Add support for WithForeign #100

caesay opened this issue Dec 31, 2024 · 1 comment

Comments

@caesay
Copy link

caesay commented Dec 31, 2024

As title says, I tried to use a UDL with

[Trait, WithForeign]
interface ProgressSender {
    void send(i16 progress);
};

And got error:

Error: ExtendedAttributeNoArgs not supported: "WithForeign"
@arg0d
Copy link
Contributor

arg0d commented Jan 2, 2025

Sounds like a feature from v0.0.25+, this project only supports features up to v0.0.25.

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

No branches or pull requests

2 participants