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

Fields in a mixin with @Unique crashes upon load #612

Open
kevinthegreat1 opened this issue Oct 30, 2022 · 3 comments
Open

Fields in a mixin with @Unique crashes upon load #612

kevinthegreat1 opened this issue Oct 30, 2022 · 3 comments

Comments

@kevinthegreat1
Copy link

kevinthegreat1 commented Oct 30, 2022

Screen Shot 2022-10-29 at 21 41 12

this crashes with the following log [2022-10-29-4.log](https://github.com/SpongePowered/Mixin/files/9894904/2022-10-29-4.log) without @unique it works fine. None of the mixin target classes have the fields, nor does any superclass. It looks like the accesses to the fields are being refactored, but not the actual fields.

Any help would be appreciated.

@Mumfrey
Copy link
Member

Mumfrey commented Jul 6, 2024

I've attempted to reproduce this using a few different approaches and I am just not able to make it occur. It's possible this is specific to fabric mixin but since it's been a while since this issue was opened would you be able to verify the behaviour still occurs.

@Earthcomputer
Copy link

Fabric mixin changes the logic of @Unique as far as I'm aware.

@Mumfrey
Copy link
Member

Mumfrey commented Jul 7, 2024

I'm going to close this for now then, since I can't reproduce it here and I'm going to assume it either is a fabric bug or was a fabric bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants