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

Implement ext trait on IsA<T>, don't generate overridden methods #1204

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

ranfdev
Copy link
Member

@ranfdev ranfdev commented Oct 13, 2023

Without this, it's impossible to use the generated ext trait on a subclass.

When a property is overridden, the getter and setter is not generated, because that property should be accessed through the parent interface/trait. What do you think about that?

@bilelmoussaoui bilelmoussaoui added the needs-backport PR needs backporting to the current stable branch label Oct 21, 2023
@sdroege sdroege merged commit d6e3e68 into gtk-rs:master Oct 23, 2023
47 of 48 checks passed
@bilelmoussaoui bilelmoussaoui removed the needs-backport PR needs backporting to the current stable branch label Feb 6, 2024
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.

3 participants