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

concurrency issue with how param mappings are copied down #33

Open
MiniDigger opened this issue Dec 17, 2024 · 0 comments
Open

concurrency issue with how param mappings are copied down #33

MiniDigger opened this issue Dec 17, 2024 · 0 comments

Comments

@MiniDigger
Copy link
Member

MiniDigger commented Dec 17, 2024

i.e. Tadpole#addAdditionalSaveData, Entity has it as tag, all other sub classes as compound, tadpole itself has none.
its a race whether tag or compound (correct) is used.
it seems like hypo doesn't iterate the hierarchy properly, it looks at all child methods, not only direct childs, so it can't properly stop if it encounters a mapping.

for now workaround is just disable parallism for hypo

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

1 participant