codebook icon indicating copy to clipboard operation
codebook copied to clipboard

concurrency issue with how param mappings are copied down

Open MiniDigger opened this issue 1 year ago • 0 comments

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

MiniDigger avatar Dec 17 '24 11:12 MiniDigger