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

World Checksum #74

Open
zicklag opened this issue Jan 18, 2023 · 1 comment
Open

World Checksum #74

zicklag opened this issue Jan 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zicklag
Copy link
Member

zicklag commented Jan 18, 2023

For troubleshooting determinism failures, it'd be good to have a way to checksum the world. We could do that by having an optional checksum function pointer in our untyped storage, similar to how we have an optional function pointer for cloning non-Copy types.

@zicklag zicklag added the enhancement New feature or request label Jan 18, 2023
@zicklag
Copy link
Member Author

zicklag commented Aug 22, 2023

This was made much more approachable with #132. We'll need to solve #162, but after that we should be able to iterate through the world components and hash all components/resources that have a hash_fn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant