Skip to content

Controlify Compatability fix#95

Open
kaleidoscopikatt wants to merge 6 commits intodoctor4t:mainfrom
kaleidoscopikatt:controller_compat_fix
Open

Controlify Compatability fix#95
kaleidoscopikatt wants to merge 6 commits intodoctor4t:mainfrom
kaleidoscopikatt:controller_compat_fix

Conversation

@kaleidoscopikatt
Copy link
Contributor

@kaleidoscopikatt kaleidoscopikatt commented Nov 27, 2025

Fix for #50

@kaleidoscopikatt kaleidoscopikatt changed the title Controllify Compatability fix Controlify Compatability fix Nov 27, 2025
return;
}
@Shadow
public void setScreen(Screen screen) {}
Copy link
Contributor

Choose a reason for hiding this comment

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

abstract

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why would we need this? I know it used to be needed for older versions of Mixin but I don't know why we need it now

Copy link
Contributor

Choose a reason for hiding this comment

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

The shadowed method should be abstract to avoid the need to add a method body.

@ekulxam
Copy link
Contributor

ekulxam commented Nov 30, 2025

See #95 (comment)

@doctor4t
Copy link
Owner

What's the status on this PR, has it been tested?

@kaleidoscopikatt
Copy link
Contributor Author

It has been tested, and it works fine on my machine. It has merge conflicts since recent commits, however.

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